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