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