SendChatAction constructor
SendChatAction({
- String? extra,
- int? client_id,
- int53? chat_id,
- int53? message_thread_id,
- ChatAction? action,
Implementation
SendChatAction({
super.extra,
super.client_id,
this.chat_id,
this.message_thread_id,
this.action,
});