stories.IncrementStoryViews¶
- class pyrogram.raw.functions.stories.IncrementStoryViews[source]¶
Increment the view counter of one or more stories.
Usable by Users Bots- Details:
Layer:
229ID:
B2028AFB
- Parameters:
peer (
InputPeer) – Peer where the stories were posted.id (List of
int32-bit) – IDs of the stories (maximum 200 at a time).
- Returns:
bool