copyWith method
Implementation
BotCommandScopeChatMember copyWith({int? chatId, int? userId}) =>
BotCommandScopeChatMember(
chatId: chatId ?? this.chatId,
userId: userId ?? this.userId,
);
BotCommandScopeChatMember copyWith({int? chatId, int? userId}) =>
BotCommandScopeChatMember(
chatId: chatId ?? this.chatId,
userId: userId ?? this.userId,
);