stories.GetStoryReactionsList

class pyrogram.raw.functions.stories.GetStoryReactionsList

Get the reaction and interaction list of a story posted to a channel, along with the sender of each reaction.

Details:
  • Layer: 187

  • ID: B9B2881F

Parameters:
  • peer (InputPeer) – Channel

  • id (int 32-bit) – Story ID

  • limit (int 32-bit) – Maximum number of results to return, see pagination

  • forwards_first (bool, optional) – If set, returns forwards and reposts first, then reactions, then other views; otherwise returns interactions sorted just by interaction date.

  • reaction (Reaction, optional) – Get only reactions of this type

  • offset (str, optional) – Offset for pagination (taken from the next_offset field of the returned stories.StoryReactionsList); empty in the first request.

Returns:

stories.StoryReactionsList