Raw.messages.GetRecentReactions
Get recently used message reactions
messages.getRecentReactions#39461db2 limit:int hash:long = messages.Reactions;
export namespace Raw {
export namespace messages {
export class GetRecentReactions {
constructor(params: { limit: number; hash: bigint }) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0x39461db2
Property
limit
: numberMaximum number of results to return, see pagination
hash
: bigintHash used for caching, for more info click here.