Data about the contains information about an incoming shipping query
User who sent the query
Unique query identifier
Bot specified invoice payload.
User specified shipping address
The client that instantiated this
Protected
_cloneProtected
_patchProtected
_updateIf you sent an invoice requesting a shipping address and the parameter is_flexible was specified, the Bot API will send an Update with a shipping_query field to the bot. Use this method to reply to shipping queries.
Pass True if delivery to the specified address is possible and False if there are any problems (for example, if delivery to the specified address is not possible)
Optional
options: Omit<{ out parameters
On success, True is returned.
Flatten an object. Any properties that are collections will get converted to an array of keys.
Optional
propsRecursive: booleanOptional. If true, calls toJSON method on nested objects.
Rest
...props: Record<string, string | boolean>[]Optional. Specific properties to include/exclude, or rename.
Flattened object.
The client that instantiated this