View Source ExGram.Model.Dice (ex_gram v0.52.2)

This object represents an animated emoji that displays a random value.

Check the documentation of this model in https://core.telegram.org/bots/api#dice

Summary

Types

@type t() :: %ExGram.Model.Dice{emoji: String.t(), value: integer()}

Functions