Update get_chat_member docstrings

This commit is contained in:
Dan 2018-07-26 19:32:12 +02:00
parent fb9fa41c37
commit e9cba4609a

View File

@ -24,7 +24,7 @@ class GetChatMember(BaseClient):
def get_chat_member(self, def get_chat_member(self,
chat_id: int or str, chat_id: int or str,
user_id: int or str): user_id: int or str):
"""Use this method to get information about a single member of a chat. """Use this method to get information about one member of a chat.
Args: Args:
chat_id (``int`` | ``str``): chat_id (``int`` | ``str``):