MadelineProtoDocs/docs/API_docs/constructors/updateChannelUserTyping.md

948 B

title description image
updateChannelUserTyping updateChannelUserTyping attributes, type and example https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: updateChannelUserTyping

Back to constructors index

Attributes:

Name Type Required
channel_id int Yes
top_msg_id int Optional
user_id int Yes
action SendMessageAction Yes

Type: Update

Example:

$updateChannelUserTyping = ['_' => 'updateChannelUserTyping', 'channel_id' => int, 'top_msg_id' => int, 'user_id' => int, 'action' => SendMessageAction];

Or, if you're into Lua:

updateChannelUserTyping={_='updateChannelUserTyping', channel_id=int, top_msg_id=int, user_id=int, action=SendMessageAction}