menu
tdlib2 package
documentation
td_api.dart
ChatEventLinkedChatChanged
ChatEventLinkedChatChanged.new constructor
ChatEventLinkedChatChanged.new constructor
dark_mode
light_mode
ChatEventLinkedChatChanged
constructor
ChatEventLinkedChatChanged
(
{
required
int
oldLinkedChatId
,
required
int
newLinkedChatId
,
})
Implementation
ChatEventLinkedChatChanged({ required this.oldLinkedChatId, required this.newLinkedChatId, });
tdlib2 package
documentation
td_api
ChatEventLinkedChatChanged
ChatEventLinkedChatChanged.new constructor
ChatEventLinkedChatChanged class