ExGram.Model.InputFile (ex_gram v0.27.0) View Source

This object represents the contents of a file to be uploaded. Must be posted using multipart/form-data in the usual way that files are uploaded via the browser.

Check the documentation of this model in https://core.telegram.org/bots/api#inputfile

Link to this section Summary

Link to this section Types

Specs

t() :: %ExGram.Model.InputFile{
  allow_sending_without_reply: boolean() | nil,
  chat_id: integer(),
  disable_notification: boolean() | nil,
  disable_web_page_preview: boolean() | nil,
  entities: [ExGram.Model.MessageEntity.t()] | nil,
  parse_mode: String.t() | nil,
  protect_content: boolean() | nil,
  reply_markup: ExGram.Model.InlineKeyboardMarkup.t() | nil,
  reply_to_message_id: integer() | nil,
  text: String.t()
}

Link to this section Functions