mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
979 B
979 B
title | description | nav_exclude | image | redirect_from |
---|---|---|---|---|
payments.validatedRequestedInfo | Validated user-provided info | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png | /API_docs/constructors/payments_validatedRequestedInfo.html |
Constructor: payments.validatedRequestedInfo
Validated user-provided info
Attributes:
Name | Type | Required | Description |
---|---|---|---|
id | string | Optional | ID |
shipping_options | Array of ShippingOption | Optional | Shipping options |
Type: payments.ValidatedRequestedInfo
Example:
$payments_validatedRequestedInfo = ['_' => 'payments.validatedRequestedInfo', 'id' => 'string', 'shipping_options' => [ShippingOption, ShippingOption]];