updateChannelUserTyping
A user is typing in a supergroup, channel or message thread
Header Parameters
HMAC-SHA256 hex digest of the raw request body
The delivered Telegram event type
Unique event ID for idempotency
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Unique event identifier
Value in
- "telegram.updateChannelUserTyping"
date-timeResponse Body
Example Requests
/telegram.updateChannelUserTypingupdateChannelTooLong
There are new updates in the specified channel, the client must fetch them manually by invoking `updates.RawGetChannelDifferenceRequest` as specified in the documentation. If the channel's PTS isn't currently stored in the database (i.e. we joined this channel on another client while the current client was offline), start fetching from the specified pts. Does not necessarily indicate the channel message box size limit was reached, it simply indicates that the number of queued updates in a message box is too large to be delivered passively through the socket.
updateChannelViewForumAsMessages
Users may also choose to display messages from all topics as if they were sent to a normal group, using a "View as messages" setting in the local client. This setting only affects the current account, and is synced to other logged in sessions using the `channels.RawToggleViewForumAsMessagesRequest` method; invoking this method will update the value of the view_forum_as_messages flag of `RawChannelFull` or `RawDialog` and emit an `RawUpdateChannelViewForumAsMessages`.