Raw.messages.GetRecentStickers
Get recent stickers
messages.getRecentStickers#9da9403b flags:# attached:flags.0?true hash:long = messages.RecentStickers;
export namespace Raw {
export namespace messages {
export class GetRecentStickers {
constructor(params: { attached?: boolean; hash: bigint }) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0x9da9403b
Property
attached
: boolean or undefinedGet stickers recently attached to photo or video files
hash
: bigintHash used for caching, for more info click here.