teleproto - v1.229.0
    Preparing search index...

    Interface WebPageAttributeStoryIn

    interface WebPageAttributeStoryIn {
        _: "webPageAttributeStory";
        id: number;
        peer: TypePeerIn;
        story?: TypeStoryItemIn;
    }
    Index
    _: "webPageAttributeStory"
    id: number

    Optionalstory