Interface MessagesChatSettingsPhoto

interface MessagesChatSettingsPhoto {
    is_default_call_photo: number | boolean;
    is_default_photo: number | boolean;
    photo_100: string;
    photo_200: string;
    photo_50: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

is_default_call_photo: number | boolean

If provided photo is default call photo

is_default_photo: number | boolean

If provided photo is default

photo_100: string

URL of the preview image with 100px in width

photo_200: string

URL of the preview image with 200px in width

photo_50: string

URL of the preview image with 50px in width

Generated using TypeDoc