Layer 220
ChannelAdminLogEventActionUpdatePinned
A message was pinned
constructor
channelAdminLogEventActionUpdatePinned#e9e82c18 message:Message = ChannelAdminLogEventAction;
Parameters
| Name | Type | Description |
|---|---|---|
| Message | Message | The message that was pinned |
Returns
ChannelAdminLogEventActionGogram Example
// Creating ChannelAdminLogEventActionUpdatePinned constructor obj := &tg.ChannelAdminLogEventActionUpdatePinned{ Message: &tg.Message{}, }