copyWith method
Implementation
RemoveMessageSenderBotVerification copyWith({
int? botUserId,
MessageSender? verifiedId,
}) => RemoveMessageSenderBotVerification(
botUserId: botUserId ?? this.botUserId,
verifiedId: verifiedId ?? this.verifiedId,
);