UpdateNewShippingQuery class

A new incoming shipping query; for bots only. Only for invoices with flexible price.

Inheritance
Available Extensions

Constructors

UpdateNewShippingQuery({required int64 id, required int sender_user_id, required String invoice_payload, required Address shipping_address, int? extra, int? clientId})
A new incoming shipping query; for bots only. Only for invoices with flexible price

Properties

clientId int?
TDLib client instance identifier, for which the response was received.
read / writeoverride
extra int?
Request identifier. Must be non-zero.
read / writeoverride
hashCode int
The hash code for this object.
read-onlyinherited
id int64
Unique query identifier. ; string representation of int, use int.parse
read / write
invoice_payload String
Invoice payload.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
sender_user_id int
Identifier of the user who sent the query.
read / write
shipping_address Address
User shipping address.
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Object to Map serializer
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromMap(Map<String, dynamic>? _map) UpdateNewShippingQuery?
Construct from Map.
override

Constants

CONSTRUCTOR → const String
@type
"updateNewShippingQuery"