Raw.messages.GetMyStickers
Fetch all stickersets owned by the current user.
messages.getMyStickers#d0b5e1fc offset_id:long limit:int = messages.MyStickers;
export namespace Raw {
export namespace messages {
export class GetMyStickers {
constructor(params: { offsetId: bigint; limit: number }) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0xd0b5e1fc
Property
offsetId
: bigintOffsets for pagination, for more info click here
limit
: numberMaximum number of results to return, see pagination