|
|
@ -37,6 +37,7 @@ type Update struct { |
|
|
|
CallbackQuery *CallbackQuery `json:"callback_query"` |
|
|
|
CallbackQuery *CallbackQuery `json:"callback_query"` |
|
|
|
ShippingQuery *ShippingQuery `json:"shipping_query"` |
|
|
|
ShippingQuery *ShippingQuery `json:"shipping_query"` |
|
|
|
PreCheckoutQuery *PreCheckoutQuery `json:"pre_checkout_query"` |
|
|
|
PreCheckoutQuery *PreCheckoutQuery `json:"pre_checkout_query"` |
|
|
|
|
|
|
|
RawUpdateJson string |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// UpdatesChannel is the channel for getting updates.
|
|
|
|
// UpdatesChannel is the channel for getting updates.
|
|
|
|