feat(MessageManager): Add offset and limit (search method)

This commit is contained in:
March 7th
2022-07-17 22:26:50 +07:00
parent 600df364f4
commit 84aa682bf6
8 changed files with 13 additions and 8 deletions

2
typings/index.d.ts vendored
View File

@@ -3802,6 +3802,8 @@ export interface MessageSearchOptions {
channelId: Snowflake[];
pinned: boolean;
nsfw: boolean;
offset: number;
limit: number;
}
export interface MessageSearchResult {