Raw.MediaAreaSuggestedReaction
Represents a reaction bubble.
mediaAreaSuggestedReaction#14455871 flags:# dark:flags.0?true flipped:flags.1?true coordinates:MediaAreaCoordinates reaction:Reaction = MediaArea;
export namespace Raw {
export class MediaAreaSuggestedReaction {
constructor(params: {
dark?: boolean;
flipped?: boolean;
coordinates: Raw.TypeMediaAreaCoordinates;
reaction: Raw.TypeReaction;
}) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x14455871
Property
dark
: boolean or undefinedWhether the reaction bubble has a dark background.
flipped
: boolean or undefinedWhether the reaction bubble is mirrored (see here for more info).
coordinates
: Raw.TypeMediaAreaCoordinatesThe coordinates of the media area corresponding to the reaction button.
reaction
: Raw.TypeReactionThe reaction that should be sent when this area is clicked.