pin_chat_stories()¶
- Client.pin_chat_stories()¶
Pin one or more stories in a chat by using stories identifiers.
Usable by Users Bots- Parameters:
chat_id (
int|str) – Unique identifier (int) or username (str) of the target chat. For your personal cloud (Saved Messages) you can simply use “me” or “self”.stories_ids (
int| Iterable ofint, optional) – List of unique identifiers of the target stories.
- Returns:
List of
int– List of pinned stories IDs
Example
# Pin a single story await app.pin_chat_stories(chat_id, 123456789)