peyk.platforms.telegram.types.shipping_query

Classes

ShippingQuery(id, from_, invoice_payload, ...)

This object contains information about an incoming shipping query.

class peyk.platforms.telegram.types.shipping_query.ShippingQuery(id: str, from_: User, invoice_payload: str, shipping_address: ShippingAddress)[source]

Bases: object

This object contains information about an incoming shipping query.

Variables:
id: str
from_: User
invoice_payload: str
shipping_address: ShippingAddress
classmethod from_dict(data: dict | None) ShippingQuery | None[source]

Provides the from dict operation for the Telegram integration.

Parameters:

data – Value used by this operation.

Returns:

Result produced by the operation.