Interface RawPhotoSizeSourceDialogPhoto

This photo is a profile photo of some peer, and their ID and access hash are provided here.

interface RawPhotoSizeSourceDialogPhoto {
    _: "dialogPhoto";
    accessHash: Long;
    big: boolean;
    id: number;
}

Properties

Properties

_: "dialogPhoto"
accessHash: Long
big: boolean
id: number