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