content property

content property

Gets the last attachment data on byte array.

Definition:

@property
def content(self):
    ...
@content.setter
def content(self, value):
    ...

See Also