mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-12-28 07:20:17 +01:00
small fix for documentation to compile
This commit is contained in:
parent
e1193425ca
commit
3812251dac
1 changed files with 1 additions and 0 deletions
|
@ -228,6 +228,7 @@ class Chat(TelegramObject):
|
|||
|
||||
def set_permissions(self, *args, **kwargs):
|
||||
"""Shortcut for::
|
||||
|
||||
bot.set_chat_permissions(update.message.chat.id, *args, **kwargs)
|
||||
|
||||
Returns:
|
||||
|
|
Loading…
Reference in a new issue