api: Fix mypy annotations for delete_message.
This commit is contained in:
parent
4e0dccc9f5
commit
2da831bbe1
|
@ -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.
|
||||
'''
|
||||
|
|
Loading…
Reference in a new issue