Interface AccountUserSettings1

interface AccountUserSettings1 {
    is_service_account: number | boolean;
    photo_200: string;
}

Properties

is_service_account: number | boolean

flag about service account

photo_200: string

URL of square photo of the user with 200 pixels in width

Generated using TypeDoc