menu
tdlib package
documentation
td_api.dart
GetChat
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
GetChat
copyWith
(
{
int
?
chatId
,
})
Implementation
GetChat copyWith({ int? chatId, }) => GetChat( chatId: chatId ?? this.chatId, );
tdlib package
documentation
td_api
GetChat
copyWith method
GetChat class