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