mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
Update README.md
Change _handeler() to _handler() in readme
This commit is contained in:
parent
b743aa5813
commit
409ff49603
@ -266,7 +266,7 @@ def test_callback(call): # <- passes a CallbackQuery type object to your functio
|
||||
|
||||
#### Shipping Query Handler
|
||||
Handle shipping queries
|
||||
`@bot.shipping_query_handeler() # <- passes a ShippingQuery type object to your function`
|
||||
`@bot.shipping_query_handler() # <- passes a ShippingQuery type object to your function`
|
||||
|
||||
#### Pre Checkout Query Handler
|
||||
Handle pre checkoupt queries
|
||||
|
Loading…
Reference in New Issue
Block a user