Interface InputMessageDice

A dice message. Subtype of InputMessageContent.

interface InputMessageDice {
    @type: "inputMessageDice";
    clear_draft?: boolean;
    emoji: string;
}

Properties

@type: "inputMessageDice"
clear_draft?: boolean

True, if the chat message draft must be deleted.

emoji: string

Emoji on which the dice throw animation is based.