Interface ChatEventPollStopped

A poll in a message was stopped. Subtype of ChatEventAction.

interface ChatEventPollStopped {
    @type: "chatEventPollStopped";
    message: Message;
}

Properties

Properties

@type: "chatEventPollStopped"
message: Message

The message with the poll.