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