Raw.messages.GetArchivedStickers
Get all archived stickers
messages.getArchivedStickers#57f17692 flags:# masks:flags.0?true emojis:flags.1?true offset_id:long limit:int = messages.ArchivedStickers;export namespace Raw {
export namespace messages {
export class GetArchivedStickers {
constructor(params: { masks?: boolean; emojis?: boolean; offsetId: bigint; limit: number }) {}
}
}
}This is a function constructor, you can use it as method when call invoke
Layer: 201
Constructor ID: 0x57f17692
Property
masks: boolean or undefinedGet mask stickers
emojis: boolean or undefinedGet custom emoji stickers
offsetId: bigintOffsets for pagination, for more info click here
limit: numberMaximum number of results to return, see pagination