Layer 220
ChannelAdminLogEventActionStopPoll
A poll was stopped
constructor
channelAdminLogEventActionStopPoll#8f079643 message:Message = ChannelAdminLogEventAction;
Parameters
| Name | Type | Description |
|---|---|---|
| Message | Message | The poll that was stopped |
Returns
ChannelAdminLogEventActionGogram Example
// Creating ChannelAdminLogEventActionStopPoll constructor obj := &tg.ChannelAdminLogEventActionStopPoll{ Message: &tg.Message{}, }