Documentation - v0.27.1
    Preparing search index...

    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;
    }
    Index

    Properties

    Properties

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