api: Fix mypy annotations for delete_message.

This commit is contained in:
Yago González 2018-06-27 22:17:48 +02:00 committed by Eeshan Garg
parent 4e0dccc9f5
commit 2da831bbe1

View file

@ -739,7 +739,7 @@ class Client(object):
)
def delete_message(self, message_id):
# type: (Dict[str, Any]) -> Dict[str, Any]
# type: (int) -> Dict[str, Any]
'''
See examples/delete-message for example usage.
'''