avatar property

TransportableFile? get avatar

Gets the user's avatar image (URL/Base64).

Returns a TransportableFile containing the avatar's URL or Base64 data.

Implementation

TransportableFile? get avatar;
set avatar (TransportableFile? img)

Sets the user's avatar image (URL/Base64).

@param img - New avatar image (URL/Base64)

Implementation

set avatar(TransportableFile? img);