Interface ClearRecentStickers

Clears the list of recently used stickers. Request type for Tdjson#clearRecentStickers.

interface ClearRecentStickers {
    @type: "clearRecentStickers";
    is_attached?: boolean;
}

Properties

Properties

@type: "clearRecentStickers"
is_attached?: boolean

Pass true to clear the list of stickers recently attached to photo or video files; pass false to clear the list of recently sent stickers.