copyWith method

Implementation

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