MadelineProtoDocs/docs/API_docs/constructors/updateChannelUserTyping.md
2024-05-01 14:53:46 +02:00

1.2 KiB

title description nav_exclude image
updateChannelUserTyping A user is typing in a supergroup, channel or message thread true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: updateChannelUserTyping

Back to constructors index

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];