set_avatar


Description:

public void set_avatar (uint8[]? avatar, string? mime_type)

Set the avatar of the account this to avatar.

Use the avatar and avatar_mime_type properties to read the current avatar.

Parameters:

this

a AccountRequest

avatar

a new avatar to set; can be null only if len equals 0

mime_type

the MIME type of the new avatar; can be null only if avatar.length equals 0

len

the length of the new avatar