Raw.MediaAreaSuggestedReaction

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 undefined

    Whether the reaction bubble has a dark background.

  • flipped : boolean or undefined

    Whether the reaction bubble is mirrored (see here for more info).

  • coordinates : Raw.TypeMediaAreaCoordinates

    The coordinates of the media area corresponding to the reaction button.

  • reaction : Raw.TypeReaction

    The reaction that should be sent when this area is clicked.