MediaAreaSuggestedReaction

class pyrogram.raw.types.MediaAreaSuggestedReaction

Represents a reaction bubble.

Constructor of MediaArea.

Details:
  • Layer: 187

  • ID: 14455871

Parameters:
  • coordinates (MediaAreaCoordinates) – The coordinates of the media area corresponding to the reaction button.

  • reaction (Reaction) – The reaction that should be sent when this area is clicked.

  • dark (bool, optional) – Whether the reaction bubble has a dark background.

  • flipped (bool, optional) – Whether the reaction bubble is mirrored (see here » for more info).