MadelineProtoDocs/docs/API_docs/constructors/channelAdminLogEventActionUpdatePinned.md
2024-05-01 14:53:46 +02:00

775 B

title description nav_exclude image
channelAdminLogEventActionUpdatePinned A message was pinned true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: channelAdminLogEventActionUpdatePinned

Back to constructors index

A message was pinned

Attributes:

Name Type Required Description
message Message Optional The message that was pinned

Type: ChannelAdminLogEventAction

Example:

$channelAdminLogEventActionUpdatePinned = ['_' => 'channelAdminLogEventActionUpdatePinned', 'message' => Message];