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

Link to this section Summary

Link to this section Types

@type t() :: %Elixteg.Model.InlineQueryResult.CachedVoice{
  id: binary(),
  input_message_content: InputMessageContent.t(),
  reply_markup: InlineKeyboardMarkup.t(),
  title: binary(),
  type: binary(),
  voice_file_id: binary()
}