copyWith method
Implementation
UpdateAnimatedEmojiMessageClicked copyWith({
int? chatId,
int? messageId,
Sticker? sticker,
}) => UpdateAnimatedEmojiMessageClicked(
chatId: chatId ?? this.chatId,
messageId: messageId ?? this.messageId,
sticker: sticker ?? this.sticker,
);