ExGram.Model.Invoice (ex_gram v0.40.0) View Source

This object contains basic information about an invoice.

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

Link to this section Summary

Link to this section Types

Specs

t() :: %ExGram.Model.Invoice{
  currency: String.t(),
  description: String.t(),
  start_parameter: String.t(),
  title: String.t(),
  total_amount: integer()
}

Link to this section Functions