ExGram.Model.OrderInfo (ex_gram v0.33.0) View Source
This object represents information about an order.
Check the documentation of this model in https://core.telegram.org/bots/api#orderinfo
Link to this section Summary
Link to this section Types
Specs
t() :: %ExGram.Model.OrderInfo{ email: String.t() | nil, name: String.t() | nil, phone_number: String.t() | nil, shipping_address: ExGram.Model.ShippingAddress.t() | nil }