ExGram.Model.InputFile (ex_gram v0.21.0) View Source
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,
reply_markup: ExGram.Model.InlineKeyboardMarkup.t() | nil,
reply_to_message_id: integer() | nil,
text: String.t()
}