menu
tdlib2 package
documentation
td_api.dart
AddRecentlyFoundChatExtensions
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
AddRecentlyFoundChat
copyWith
(
{
int
?
chatId
,
})
Implementation
AddRecentlyFoundChat copyWith({int? chatId}) => AddRecentlyFoundChat(chatId: chatId ?? this.chatId);
tdlib2 package
documentation
td_api
AddRecentlyFoundChatExtensions
copyWith method
AddRecentlyFoundChatExtensions extension on
AddRecentlyFoundChat