botogram
botogram copied to clipboard
Just focus on your bots.
Hi there, We've been using botogram for a while and it works great ! ... except. Since we moved our systems in docker containers run on AWS, we get the...
Pretty simple, but necessary change. Botogram currently returns only one new_chat_member even if multiple users were returned from a getUpdate request.
I've added the support for "standard" keyboards natively. List of things i still have to do: - [x] Code - [ ] Documentation A test code could be the following:...
Bumps [babel](https://github.com/python-babel/babel) from 2.3.4 to 2.9.1. Release notes Sourced from babel's releases. Version 2.9.1 Bugfixes The internal locale-data loading functions now validate the name of the locale file to be...
Added support for dice
Is there any way to get the parsed_caption? There are only parsed_text, text and caption attributes
i am using this: ```py @bot.message_contains("kycdocf") def save_kyc_docfrontimg(chat, message): photo = message.document message.reply('{file_id} \nsaved.'.format(file_id=str(photo.file_id)), reply_to = message.id) ``` I am i am not able to get the `file_id ` How...
Bumps [py](https://github.com/pytest-dev/py) from 1.4.31 to 1.10.0. Changelog Sourced from py's changelog. 1.10.0 (2020-12-12) Fix a regular expression DoS vulnerability in the py.path.svnwc SVN blame functionality (CVE-2020-29651) Update vendored apipkg: 1.4...