SendChatAction constructor

SendChatAction(
  1. {required int chat_id,
  2. required int message_thread_id,
  3. ChatAction? action,
  4. int? extra,
  5. int? clientId}
)

Sends a notification about user activity in a chat

Returns Ok

Implementation

SendChatAction