teleproto - v1.229.0
    Preparing search index...

    Interface ChatPhotoIn

    interface ChatPhotoIn {
        _: "chatPhoto";
        dcId: number;
        hasVideo?: boolean;
        photoId: BigInteger;
        strippedThumb?: bytes;
    }
    Index
    _: "chatPhoto"
    dcId: number
    hasVideo?: boolean
    photoId: BigInteger
    strippedThumb?: bytes