remove MessageType, remove account.get_blob_dir which is duplicate of get_blobdir()

This commit is contained in:
holger krekel
2019-07-25 21:33:44 +02:00
parent 83346722fd
commit f63e79cd6d
5 changed files with 51 additions and 65 deletions

View File

@@ -191,7 +191,7 @@ class Chat(object):
:param path: path to the file.
:param mime_type: the mime-type of this file, defaults to auto-detection.
:param view_type: passed to :meth:`MessageType.new`.
:param view_type: "text", "image", "gif", "audio", "video", "file"
:raises ValueError: if message can not be prepared/chat does not exist.
:returns: the resulting :class:`Message` instance
"""