Interface InputStoryContentPhoto

The content of a story to send. Subtype of InputStoryContent.

interface InputStoryContentPhoto {
    @type: "inputStoryContentPhoto";
    added_sticker_file_ids: number[];
    photo: InputFile;
}

Properties

@type: "inputStoryContentPhoto"
added_sticker_file_ids: number[]

File identifiers of the stickers added to the photo, if applicable.

photo: InputFile

Photo to send. The photo must be at most 10 MB in size. The photo size must be 1080x1920.