UpdateMessageSendAcknowledged constructor

UpdateMessageSendAcknowledged(
  1. {required int chat_id,
  2. required int message_id,
  3. int? extra,
  4. int? clientId}
)

A request to send a message has reached the Telegram server. This doesn't mean that the message will be sent successfully or even that the send message request will be processed.

Implementation

UpdateMessageSendAcknowledged