Interface ChatActionEmojiStickersetChanged

Group emoji stickerset has been changed

interface ChatActionEmojiStickersetChanged {
    new: TypeInputStickerSet;
    old: TypeInputStickerSet;
    type: "emoji_stickerset_changed";
}

Properties

Properties

New emoji stickerset

Old emoji stickerset

type: "emoji_stickerset_changed"