content_type property

content_type property

Returns a MIME type of an audio, encoded in Audio.binary_data. Read-only str.

Definition:

@property
def content_type(self):
    ...

@content_type.setter
def content_type(self, value):
    ...

See Also