copyWith method

Implementation

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