You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -5287,6 +5310,12 @@ export class MessagesRequest {
5287
5310
* Gets the flag indicating whether to fetch messages with parent message information.
5288
5311
*/
5289
5312
isWithParent(): boolean;
5313
+
/**
5314
+
* Gets the flag indicating whether to hide quoted messages when fetching messages.
5315
+
*
5316
+
* @return {boolean}
5317
+
*/
5318
+
isHideQuotedMessages(): boolean;
5290
5319
/**
5291
5320
* Get list of next messages based on the parameters specified in MessagesRequestBuilder class. The Developer need to call this method repeatedly using the same object of MessagesRequest class to get paginated list of message.
5292
5321
* @returns {Promise<BaseMessage[] | []>}
@@ -5327,6 +5356,7 @@ export class MessagesRequestBuilder {
0 commit comments