Layer 220
constructor
channelAdminLogEventActionUpdatePinned#e9e82c18 message:Message = ChannelAdminLogEventAction;

Parameters

Name Type Description
Message Message The message that was pinned

Gogram Example

// Creating ChannelAdminLogEventActionUpdatePinned constructor
obj := &tg.ChannelAdminLogEventActionUpdatePinned{
    Message: &tg.Message{},
}