teleproto - v1.229.0
    Preparing search index...

    Interface StoriesDeleteStoriesParams

    interface StoriesDeleteStoriesParams {
        id: number[];
        peer: EntityLike;
    }
    Index
    id: number[]

    IDs of stories to delete.

    peer: EntityLike

    Channel/user from where to delete stories.