ex_gram v0.6.0 ExGram.Model.InputFile View Source

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %ExGram.Model.InputFile{
  chat_id: integer(),
  disable_notification: boolean() | nil,
  disable_web_page_preview: boolean() | nil,
  parse_mode: String.t() | nil,
  reply_markup: ExGram.Model.InlineKeyboardMarkup.t() | nil,
  reply_to_message_id: integer() | nil,
  text: String.t()
}