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

This object contains basic information about an invoice.

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

Summary

Types

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

Functions