We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f8692c commit b387d98Copy full SHA for b387d98
dist/index.d.ts
@@ -123,7 +123,7 @@ interface MessageListParams {
123
isInclusive?: boolean;
124
shouldReverse?: boolean;
125
messageType?: string;
126
- customType?: string;
+ customTypes?: [string];
127
senderUserIds?: [string];
128
includeMetaArray?: boolean;
129
includeReactions?: boolean;
0 commit comments