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