Documentation - v0.27.1
    Preparing search index...

    Interface ChatActionStickersetChanged

    Group stickerset has been changed

    interface ChatActionStickersetChanged {
        new: TypeInputStickerSet;
        old: TypeInputStickerSet;
        type: "stickerset_changed";
    }
    Index

    Properties

    Properties

    New stickerset

    Old stickerset

    type: "stickerset_changed"