Telegraph.Model.InlineQueryResult.Voice (telegraph v0.8.0) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %Telegraph.Model.InlineQueryResult.Voice{
  id: binary(),
  input_message_content: InputMessageContent.t(),
  reply_markup: InlineKeyboardMarkup.t(),
  title: binary(),
  type: binary(),
  voice_duration: integer(),
  voice_url: binary()
}