public static class TdApi.UpdateNewShippingQuery extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
id
Unique query identifier.
|
java.lang.String |
invoicePayload
Invoice payload.
|
long |
senderUserId
Identifier of the user who sent the query.
|
TdApi.Address |
shippingAddress
User shipping address.
|
| Constructor and Description |
|---|
UpdateNewShippingQuery()
A new incoming shipping query; for bots only.
|
UpdateNewShippingQuery(long id,
long senderUserId,
java.lang.String invoicePayload,
TdApi.Address shippingAddress)
A new incoming shipping query; for bots only.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long id
public long senderUserId
public java.lang.String invoicePayload
public TdApi.Address shippingAddress
public static final int CONSTRUCTOR
public UpdateNewShippingQuery()
public UpdateNewShippingQuery(long id,
long senderUserId,
java.lang.String invoicePayload,
TdApi.Address shippingAddress)
id - Unique query identifier.senderUserId - Identifier of the user who sent the query.invoicePayload - Invoice payload.shippingAddress - User shipping address.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object