addStoryToAlbum
Add a single story to an album. USER-ONLY
Parameters
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);
Add a single story to an album. USER-ONLY
The identifier of the chat including the album.
The identifier of an album.
await client.addStoryToAlbum(chatId, albumId, storyId);