copyWith method

  1. @override
BotCommandScopeChat copyWith({
  1. int? chatId,
})
override

Implementation

@override
BotCommandScopeChat copyWith({
  int? chatId,
}) => BotCommandScopeChat(
  chatId: chatId ?? this.chatId,
);