recentStory

Summary of a peer's active stories », embedded in user.stories_max_id and channel.stories_max_id and returned by stories.getPeerMaxIDs.

recentStory#711d692d flags:# live:flags.0?true max_id:flags.1?int = RecentStory;

Parameters

Name Type Description
flags # Flags, see TL conditional fields
live flags.0?true Whether the peer is currently broadcasting a live story ».
max_id flags.1?int If live is set, ID of the peer's active live story »; otherwise, ID of the peer's maximum active story.

Type

RecentStory

Related pages

Telegram Stories

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

user

Indicates info about a certain user.

Unless specified otherwise, when updating the local peer database, all fields from the newly received constructor take priority over the old constructor cached locally (including by removing fields that aren't set in the new constructor).

See here » for an implementation of the logic to use when updating the local user peer database.

channel

Channel/supergroup info

When updating the local peer database, all fields from the newly received constructor take priority over the old constructor cached locally (including by removing fields that aren't set in the new constructor).

The only exception to the above rule is when the min flag is set, in which case only the following fields must be applied over any locally stored version:

  • title
  • megagroup
  • color
  • photo
  • username
  • usernames
  • has_geo
  • noforwards
  • emoji_status
  • has_link
  • slow_mode_enabled
  • scam
  • fake
  • gigagroup
  • forum
  • level
  • restricted
  • restriction_reason
  • join_to_send
  • join_request
  • is_verified
  • default_banned_rights
  • signature_profiles
  • autotranslation
  • broadcast_messages_allowed
  • monoforum
  • forum_tabs
  • linked_monoforum_id
  • send_paid_messages_stars
  • bot_verification_icon

See here » for an implementation of the logic to use when updating the local channel peer database.

stories.getPeerMaxIDs

Get compact active story summaries » for a set of peers.