Interface SetStoryAlbumName

Changes name of an album of stories. If the album is owned by a supergroup or a channel chat, then requires can_edit_stories administrator right in the chat. Returns the changed album. Request type for Tdjson#setStoryAlbumName.

interface SetStoryAlbumName {
    @type: "setStoryAlbumName";
    chat_id: number;
    name: string;
    story_album_id: number;
}

Properties

@type: "setStoryAlbumName"
chat_id: number

Identifier of the chat that owns the stories.

name: string

New name of the album; 1-12 characters.

story_album_id: number

Identifier of the story album.