Interface MessagePoll

A message with a poll. Subtype of MessageContent.

interface MessagePoll {
    @type: "messagePoll";
    poll: Poll;
}

Properties

Properties

@type: "messagePoll"
poll: Poll

The poll description.