MadelineProtoDocs/docs/API_docs/constructors/channelAdminLogEventActionS...

825 B

title description image
channelAdminLogEventActionStopPoll A poll was stopped https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: channelAdminLogEventActionStopPoll

Back to constructors index

A poll was stopped

Attributes:

Name Type Required Description
message Message Optional The poll that was stopped

Type: ChannelAdminLogEventAction

Example:

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

Or, if you're into Lua:

channelAdminLogEventActionStopPoll={_='channelAdminLogEventActionStopPoll', message=Message}