removeStoryFromAlbum

Remove a single story from an album. USER-ONLY

Parameters

chatId: ID

The identifier of the chat including the album.

albumId: number

The identifier of an album.

storyId: number

Result

Syntax

await client.removeStoryFromAlbum(chatId, albumId, storyId);