Raw.messages.RecentStickers
Recently used stickers
messages.recentStickers#88d37c56 hash:long packs:Vector<StickerPack> stickers:Vector<Document> dates:Vector<int> = messages.RecentStickers;
export namespace Raw {
export namespace messages {
export class RecentStickers {
constructor(params: {
hash: bigint;
packs: Array<Raw.TypeStickerPack>;
stickers: Array<Raw.TypeDocument>;
dates: Array<number>;
}) {}
}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x88d37c56
Property
hash
: bigintHash used for caching, for more info click here
packs
: Array of Raw.TypeStickerPackEmojis associated to stickers
stickers
: Array of Raw.TypeDocumentRecent stickers
dates
: Array of numberWhen was each sticker last used