pyrobale.objects.document¶
Classes¶
Represents a general file to be sent without any special properties. |
Module Contents¶
- class pyrobale.objects.document.Document(file_id, file_unique_id, thumbnail=None, file_name=None, mime_type=None, file_size=None, **kwargs)[source]¶
Represents a general file to be sent without any special properties.
- Parameters:
file_id (str)
file_unique_id (str)
thumbnail (Optional[pyrobale.objects.photosize.PhotoSize])
file_name (Optional[str])
mime_type (Optional[str])
file_size (Optional[int])