SetBotUpdatesStatus constructor

SetBotUpdatesStatus(
  1. {required int pending_update_count,
  2. required String error_message,
  3. int? extra,
  4. int? clientId}
)

Informs the server about the number of pending bot updates if they haven't been processed for a long time; for bots only

Returns Ok

Implementation

SetBotUpdatesStatus