Interface UpdateDiceEmojis

The list of supported dice emojis has changed. Subtype of Update.

interface UpdateDiceEmojis {
    @type: "updateDiceEmojis";
    emojis: string[];
}

Properties

Properties

@type: "updateDiceEmojis"
emojis: string[]

The new list of supported dice emojis.