Interface ChatActionPollStopped

Poll has been stopped

interface ChatActionPollStopped {
    message: Message;
    type: "poll_stopped";
}

Properties

Properties

message: Message

Message containing the poll

type: "poll_stopped"