activateStealthMode
Activates stories stealth mode, see here ยป for more info. Will return an updateStoriesStealthMode.
canSendStory
Check whether we can post stories as the specified peer.
createAlbum
Creates a story album.
deleteAlbum
Delete a story album.
deleteStories
Deletes some posted stories.
editStory
Edit an uploaded story May also be used in a business connection, not by wrapping the query in invokeWithBusinessConnection ยป, but rather by specifying the ID of a controlled business user in peer: in this context, the method can only be used to edit stories posted by the same business bot on behalf of the user with stories.sendStory.
exportStoryLink
Generate a story deep link for a specific story
getAlbumStories
Get stories in a story album ยป.
getAlbums
Get story albums created by a peer.
getAllReadPeerStories
Obtain the latest read story ID for all peers when first logging in, returned as a list of updateReadStories updates, see here ยป for more info.
getAllStories
Fetch the List of active (or active and hidden) stories, see here ยป for more info on watching stories.
getChatsToSend
Obtain a list of channels where the user can post stories
getPeerMaxIDs
Get the IDs of the maximum read stories for a set of peers.
getPeerStories
Fetch the full active story list of a specific peer.
getPinnedStories
Fetch the stories pinned on a peer's profile.
getStoriesArchive
Fetch the story archive ยป of a peer we control.
getStoriesByID
Obtain full info about a set of stories by their IDs.
getStoriesViews
Obtain info about the view count, forward count, reactions and recent viewers of one or more stories.
getStoryReactionsList
Get the reaction and interaction list of a story posted to a channel, along with the sender of each reaction. Can only be used by channel admins.
getStoryViewsList
Obtain the list of users that have viewed a specific story we posted
incrementStoryViews
Increment the view counter of one or more stories.
readStories
Mark all stories up to a certain ID as read, for a given peer; will emit an updateReadStories update to all logged-in sessions.
reorderAlbums
Reorder story albums on a profile ยป.
report
Report a story.
searchPosts
Globally search for stories using a hashtag or a location media area, see here ยป for more info on the full flow. Either hashtag or area must be set when invoking the method.
sendReaction
React to a story.
sendStory
Uploads a Telegram Story. May also be used in a business connection, not by wrapping the query in invokeWithBusinessConnection ยป, but rather by specifying the ID of a controlled business user in peer.
startLive
toggleAllStoriesHidden
Hide the active stories of a specific peer, preventing them from being displayed on the action bar on the homescreen.
togglePeerStoriesHidden
Hide the active stories of a user, preventing them from being displayed on the action bar on the homescreen, see here ยป for more info.
togglePinnedToTop
Pin some stories to the top of the profile, see here ยป for more info.
togglePinned
Pin or unpin one or more stories
updateAlbum
Rename a story albums ยป, or add, delete or reorder stories in it.