Raw.messages.AvailableReactions
Animations and metadata associated with message reactions
messages.availableReactions#768e3aad hash:int reactions:Vector<AvailableReaction> = messages.AvailableReactions;
export namespace Raw {
export namespace messages {
export class AvailableReactions {
constructor(params: { hash: number; reactions: Array<Raw.TypeAvailableReaction> }) {}
}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x768e3aad
Property
hash
: numberHash used for caching, for more info click here
reactions
: Array of Raw.TypeAvailableReactionAnimations and metadata associated with message reactions