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