|
|
|
@ -1543,7 +1543,7 @@ class TelegramBot extends EventEmitter { |
|
|
|
answerShippingQuery(shippingQueryId, ok, form = {}) { |
|
|
|
answerShippingQuery(shippingQueryId, ok, form = {}) { |
|
|
|
form.shipping_query_id = shippingQueryId; |
|
|
|
form.shipping_query_id = shippingQueryId; |
|
|
|
form.ok = ok; |
|
|
|
form.ok = ok; |
|
|
|
form.shipping_options = JSON.stringify(form.shipping_options) |
|
|
|
form.shipping_options = JSON.stringify(form.shipping_options); |
|
|
|
return this._request('answerShippingQuery', { form }); |
|
|
|
return this._request('answerShippingQuery', { form }); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|