862 B
862 B
title | description | image |
---|---|---|
shippingOption | Shipping option | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: shippingOption
Shipping option
Attributes:
Name | Type | Required | Description |
---|---|---|---|
id | string | Yes | Option ID |
title | string | Yes | Title |
prices | Array of LabeledPrice | Yes | Prices |
Type: ShippingOption
Example:
$shippingOption = ['_' => 'shippingOption', 'id' => 'string', 'title' => 'string', 'prices' => [LabeledPrice, LabeledPrice]];
Or, if you're into Lua:
shippingOption={_='shippingOption', id='string', title='string', prices={LabeledPrice}}