Deletes some posted stories.
---functions---
stories.deleteStories#ae59db5f peer:InputPeer id:Vector<int> = Vector<int>;
Name | Type | Description |
---|---|---|
peer | InputPeer | Channel/user from where to delete stories. |
id | Vector<int> | IDs of stories to delete. |
Code | Type | Description |
---|---|---|
400 | PEER_ID_INVALID | The provided peer id is invalid. |
400 | STORY_ID_EMPTY | You specified no story IDs. |
Telegram users and channels can easily post and view stories through the API.