menu
tdlib2 package
documentation
td_api.dart
UpdateNewChatExtensions
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
UpdateNewChat
copyWith
(
{
Chat
?
chat
,
})
Implementation
UpdateNewChat copyWith({Chat? chat}) => UpdateNewChat(chat: chat ?? this.chat);
tdlib2 package
documentation
td_api
UpdateNewChatExtensions
copyWith method
UpdateNewChatExtensions extension on
UpdateNewChat