Interface GetRecentStickers

Returns a list of recently used stickers. Request type for Tdjson#getRecentStickers.

interface GetRecentStickers {
    @type: "getRecentStickers";
    is_attached?: boolean;
}

Properties

Properties

@type: "getRecentStickers"
is_attached?: boolean

Pass true to return stickers and masks that were recently attached to photos or video files; pass false to return recently sent stickers.