menu
tdlib2 package
documentation
td_api.dart
UpdateChatUnreadMentionCount
UpdateChatUnreadMentionCount.new constructor
UpdateChatUnreadMentionCount.new constructor
dark_mode
light_mode
UpdateChatUnreadMentionCount
constructor
UpdateChatUnreadMentionCount
(
{
required
int
chatId
,
required
int
unreadMentionCount
,
})
Implementation
UpdateChatUnreadMentionCount({ required this.chatId, required this.unreadMentionCount, });
tdlib2 package
documentation
td_api
UpdateChatUnreadMentionCount
UpdateChatUnreadMentionCount.new constructor
UpdateChatUnreadMentionCount class