Deletes some posted stories.
Method schema is available as of layer 164. Switch »
Name | Type | Description |
---|---|---|
peer | InputPeer | Channel/user from where to delete stories. |
id | Vector<int> | IDs of stories to delete. |
Code | Type | Description |
---|---|---|
403 | BOT_ACCESS_FORBIDDEN | The specified method can be used over a business connection for some operations, but the specified query attempted an operation that is not allowed over a business connection. |
400 | BUSINESS_CONNECTION_INVALID | The connection_id passed to the wrapping invokeWithBusinessConnection call is invalid. |
400 | CHANNEL_INVALID | The provided channel is invalid. |
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.
Business users can connect Telegram bots that will process and answer messages on their behalf. This allows businesses to seamlessly integrate any existing tools and workflows, or add AI assistants that manage their chats.
Users can turn their Telegram account into a business account, gaining access to business features such as opening hours, location, quick replies, automated messages, custom start pages, chatbot support, and more.