928 B
928 B
title | description | image |
---|---|---|
updateChatPinnedMessage | A message was pinned in a [legacy group](https://core.telegram.org/api/channel) | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: updateChatPinnedMessage
A message was pinned in a legacy group
Attributes:
Name | Type | Required | Description |
---|---|---|---|
chat_id | int | Yes | Legacy group ID |
id | int | Yes | ID of pinned message |
Type: Update
Example:
$updateChatPinnedMessage = ['_' => 'updateChatPinnedMessage', 'chat_id' => int, 'id' => int];
Or, if you're into Lua:
updateChatPinnedMessage={_='updateChatPinnedMessage', chat_id=int, id=int}