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