https://core.telegram.org/api/dice
Twitter Home FAQ Apps API Protocol Schema API Dice Telegram supports sending animated dice emojis. This is implemented by using the dice constructors: inputMediaDice #e66fbf7b emoticon: string = InputMedia ; messageMediaDice #3f7ee58b value: int emoticon: string = MessageMedia ; inputStickerSetDice #e67f520e emoticon: string = InputStickerSet ; messages.stickerSet #b60a24a6 set: StickerSet packs: Vector < StickerPack > documents: Vector < Document > = messages.StickerSet ; ---functions--- messages.sendMedia #3491eba9 flags: # silent:flags.5? true background:flags.6? true clear_draft:flags.7? true peer: InputPeer reply_to_msg_id:flags.0? int media: InputMedia message: string random_id: long reply_markup:flags.2? ReplyMarkup entities:flags.3? Vector < MessageEntity > schedule_date:flags.10? int = Updates ; messages.getStickerSet #2619a90e stickerset: InputStickerSet = m...