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:
194
ID:
B9B2881F
- Parameters:
peer (
InputPeer
) – Channelid (
int
32-bit
) – Story IDlimit (
int
32-bit
) – Maximum number of results to return, see paginationforwards_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 typeoffset (
str
, optional) – Offset for pagination (taken from the next_offset field of the returned stories.StoryReactionsList); empty in the first request.
- Returns: