Layer 220
constructor
channelAdminLogEventActionSendMessage#278f2868 message:Message = ChannelAdminLogEventAction;

Parameters

Name Type Description
Message Message The message that was sent

Gogram Example

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