Documentation - v0.29.0
    Preparing search index...

    Interface ChatActionPhotoChanged

    Channel photo has been changed

    interface ChatActionPhotoChanged {
        new: Photo | null;
        old: Photo | null;
        type: "photo_changed";
    }
    Index

    Properties

    Properties

    new: Photo | null

    New photo

    old: Photo | null

    Old photo

    type: "photo_changed"