View Source Telegex.Type.ShippingQuery (Telegex v1.8.0)

This object contains information about an incoming shipping query.

Summary

Types

@type t() :: %Telegex.Type.ShippingQuery{
  from: Telegex.Type.User.t(),
  id: String.t(),
  invoice_payload: String.t(),
  shipping_address: Telegex.Type.ShippingAddress.t()
}