mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-12-28 23:38:31 +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):
|
def set_permissions(self, *args, **kwargs):
|
||||||
"""Shortcut for::
|
"""Shortcut for::
|
||||||
|
|
||||||
bot.set_chat_permissions(update.message.chat.id, *args, **kwargs)
|
bot.set_chat_permissions(update.message.chat.id, *args, **kwargs)
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
|
|
Loading…
Reference in a new issue