View Source Elixteg.Model.InlineQueryResult.Voice (elixteg v0.7.0)

Link to this section Summary

Link to this section Types

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