Constructor: updateChannelUserTyping
A user is typing in a supergroup, channel or message thread
Attributes:
Name | Type | Required | Description |
---|---|---|---|
channel_id | long | Yes | Channel ID |
top_msg_id | int | Optional | Thread ID |
from_id | Peer | Yes | The peer that is typing |
action | SendMessageAction | Yes | Whether the user is typing, sending a media or doing something else |
Type: Update
Example:
$updateChannelUserTyping = ['_' => 'updateChannelUserTyping', 'channel_id' => long, 'top_msg_id' => int, 'from_id' => Peer, 'action' => SendMessageAction];