Telegex.send_dice
You're seeing just the function
send_dice
, go back to Telegex module for more information.
Specs
send_dice(integer() | String.t(), emoji: String.t(), disable_notification: boolean(), reply_to_message_id: integer(), allow_sending_without_reply: boolean(), reply_markup: Telegex.Model.InlineKeyboardMarkup.t() | Telegex.Model.ReplyKeyboardMarkup.t() | Telegex.Model.ReplyKeyboardRemove.t() | Telegex.Model.ForceReply.t() ) :: {:ok, Telegex.Model.Message.t()} | {:error, Telegex.Model.errors()}
Use this method to send an animated emoji that will display a random value.On success, the sent Telegex.Model.Message
is returned.