ShippingQuery

telegramium.bots.ShippingQuery
final case class ShippingQuery(id: String, from: User, invoicePayload: String, shippingAddress: ShippingAddress)

This object contains information about an incoming shipping query.

Value parameters

from

User who sent the query

id

Unique query identifier

invoicePayload

Bot specified invoice payload

shippingAddress

User specified shipping address

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product