11/**
2- * Type Definitions for SendBird SDK v3.0.66
2+ * Type Definitions for SendBird SDK v3.0.67
33 * homepage: https://sendbird.com/
44 * git: https://github.com/smilefam/SendBird-SDK-JavaScript
55 */
@@ -219,6 +219,7 @@ declare namespace SendBird {
219219 messageType : string ;
220220 data : string ;
221221 customType : string ;
222+ mentionType : string ;
222223 mentionedUsers : Array < User > ;
223224 createdAt : number ;
224225 updatedAt : number ;
@@ -249,6 +250,7 @@ declare namespace SendBird {
249250 data : string ;
250251 customType : string ;
251252 targetLanguages : Array < string > ;
253+ mentionType : 'users' | 'channel' ;
252254 mentionedUserIds : Array < string > ;
253255 mentionedUsers : Array < User > ;
254256 pushNotificationDeliveryOption : 'default' | 'suppress' ;
@@ -272,6 +274,7 @@ declare namespace SendBird {
272274 data : string ;
273275 customType : string ;
274276 thumbnailSizes : Array < ThumbnailSize > ;
277+ mentionType : 'users' | 'channel' ;
275278 mentionedUserIds : Array < string > ;
276279 mentionedUsers : Array < User > ;
277280 pushNotificationDeliveryOption : 'default' | 'suppress' ;
@@ -823,6 +826,7 @@ declare namespace SendBird {
823826 myCountPreference : string ;
824827 lastMessage : UserMessage | FileMessage | AdminMessage ;
825828 unreadMessageCount : number ;
829+ unreadMentionCount : number ;
826830 members : Array < Member > ;
827831 memberCount : number ;
828832 joinedMemberCount : number ;
@@ -875,7 +879,7 @@ declare namespace SendBird {
875879
876880 setPushPreference ( pushOn : boolean , callback : commonCallback ) : void ;
877881 getPushPreference ( callback : getPushPreferenceCallback ) : void ;
878- setMyCountPreference ( preference : 'all' | 'unread_message_count_only' | 'off' , callback : commonCallback ) : void ;
882+ setMyCountPreference ( preference : 'all' | 'unread_message_count_only' | 'unread_mention_count_only' | ' off', callback : commonCallback ) : void ;
879883
880884 createMemberListQuery ( ) : GroupChannelMemberListQuery ;
881885 createBannedUserListQuery ( ) : UserListQuery ;
0 commit comments