PostInteractionCountersStory
- class pyrogram.raw.types.PostInteractionCountersStory
Interaction counters for a story.
Constructor of
PostInteractionCounters.- Details:
Layer:
223ID:
8A480E27
- Parameters:
story_id (
int32-bit) – Story IDviews (
int32-bit) – Number of viewsforwards (
int32-bit) – Number of forwards and reposts to public chats and channelsreactions (
int32-bit) – Number of reactions
TL Schema
postInteractionCountersStory#8a480e27
story_id:int
views:int
forwards:int
reactions:int
= PostInteractionCounters
Parameter Tree
PostInteractionCountersStory
├── story_id →
int├── views →
int├── forwards →
int└── reactions →
intExample
PostInteractionCountersStory(
story_id=0,
views=0,
forwards=0,
reactions=0,
)