Documentation - v0.27.1
    Preparing search index...

    Interface ChatActionPollStopped

    Poll has been stopped

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

    Properties

    Properties

    message: Message

    Message containing the poll

    type: "poll_stopped"