menu
tdlib2 package
documentation
td_api.dart
ToggleChatIsPinned
ToggleChatIsPinned.new constructor
ToggleChatIsPinned.new constructor
dark_mode
light_mode
ToggleChatIsPinned
constructor
ToggleChatIsPinned
(
{
ChatList
?
chatList
,
required
int
chatId
,
required
bool
isPinned
,
})
Implementation
ToggleChatIsPinned({ this.chatList, required this.chatId, required this.isPinned, });
tdlib2 package
documentation
td_api
ToggleChatIsPinned
ToggleChatIsPinned.new constructor
ToggleChatIsPinned class