stories.getStoriesViews

Obtain info about the view count, forward count, reactions and recent viewers of one or more stories.

 Method schema is available as of layer 164. Switch ยป

Parameters

Name Type Description
peer InputPeer Peer whose stories should be fetched
id Vector<int> Story IDs

Result

stories.StoryViews

Possible errors

Code Type Description
400 CHANNEL_INVALID The provided channel is invalid.
400 CHANNEL_PRIVATE You haven't joined this channel/supergroup.
400 PEER_ID_INVALID The provided peer id is invalid.
400 STORY_ID_EMPTY You specified no story IDs.

Related pages

Stories

Telegram users and channels can easily post and view stories through the API.