addStoryToAlbum

Add a single story to 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.addStoryToAlbum(chatId, albumId, storyId);