updateChannelWebPage
A webpage preview of a link in a channel/supergroup message was generated
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.updateChannelWebPage"
date-timeResponse Body
Example Requests
/telegram.updateChannelWebPageupdateChannelViewForumAsMessages
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`.
updateChat
Chat (`RawChat` and/or `RawChatFull`) information was updated. This update can only be received through getDifference or in `RawUpdates`/`RawUpdatesCombined` constructors, so it will always come bundled with the updated `RawChat`, that should be applied as usual, without re-fetching the info manually. However, full peer information will not come bundled in updates, so the full peer cache (`RawChatFull`) must be invalidated for chat_id when receiving this update.