Davte
|
45117610f9
Bug fix: use a unique loop
|
2 years ago |
Davte
|
f91661927e
Bug fix: use a unique loop
|
2 years ago |
Davte
|
12f3a2cc73
Bug fix: asyncio.run cannot take asyncio.gather as coroutine
|
2 years ago |
Davte
|
25abb80343
Bug fix: no running loop, need to create a new one.
|
2 years ago |
Davte
|
76ea65a660
asyncio get_event_loop method is being deprecated; use new_event_loop / get_running_loop and asyncio.run instead
|
2 years ago |
Davte
|
e254dbf42a
send_document method should not require a chat_id since it can be passed an update object
|
3 years ago |
Davte
|
b7b91a65ea
send_photo method should not require a chat_id since it can be passed an update object
|
3 years ago |
Davte
|
abebff43d9
Avoid relative import statements
|
4 years ago |
Davte
|
a460f71b69
Items in __all__ must be str, not module
|
4 years ago |
Davte
|
6ad5ec2865
Document can be None if document_path is provided
|
4 years ago |
Davte
|
cfae729270
Do not log chardet `INFO` and `DEBUG` levels
|
4 years ago |
Davte
|
dc9c2a7b14
Compliance with Telegram Bot API 5.0 and improved type hinting for API methods.
|
4 years ago |
Davte
|
a3cc676432
Identify edited methods (new or deprecated parameters) in addition to new methods.
|
4 years ago |
Davte
|
15a7a58537
Version number
|
4 years ago |
Davte
|
ea30fd39cf
Import statements refactored
|
4 years ago |
Davte
|
a5cabdd102
web should not be imported from aiohttp; use aiohttp.web instead
|
4 years ago |
Davte
|
89fa73d1a5
Store user profile pictures in bot database and show them in authorization panel
|
4 years ago |
Davte
|
4b22658bf5
MySQL compatibility: specify VARCHAR length
|
4 years ago |
Davte
|
bce8cff3cf
Pass all information to command handler when using /start
|
4 years ago |
Davte
|
ea07aa47cf
Make `general_handler` handle photo updates
|
4 years ago |
Davte
|
d49bab54ca
Updated examples
|
4 years ago |
Davte
|
83d01e4da9
Remove `argument` parameter from parser decorator
|
4 years ago |
Davte
|
59dde0d25e
In text message handler, make available both lowered and original text and inspect condition parameters
|
4 years ago |
Davte
|
713f4ffd0e
Accept language directly
|
4 years ago |
Davte
|
51bc95332f
General handler implemented and applied to contact updates
|
4 years ago |
Davte
|
92758d923c
Document handlers implemented
|
4 years ago |
Davte
|
946e2a881f
Declare packenv variable
|
4 years ago |
Davte
|
0f4d31892f
Prevent globbing and word splitting
|
4 years ago |
Davte
|
c4eaa0b9db
Update default help messages with given ones, instead of replacing them
|
4 years ago |
Davte
|
21214feb0a
In default keyboard, show only buttons for commands the user is authorized to call
|
4 years ago |