mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
775 B
775 B
title | description | nav_exclude | image |
---|---|---|---|
channelAdminLogEventActionUpdatePinned | A message was pinned | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: channelAdminLogEventActionUpdatePinned
A message was pinned
Attributes:
Name | Type | Required | Description |
---|---|---|---|
message | Message | Optional | The message that was pinned |
Type: ChannelAdminLogEventAction
Example:
$channelAdminLogEventActionUpdatePinned = ['_' => 'channelAdminLogEventActionUpdatePinned', 'message' => Message];