teleproto - v1.229.0
    Preparing search index...

    Interface InputReplyToStoryIn

    interface InputReplyToStoryIn {
        _: "inputReplyToStory";
        peer: TypeInputPeerIn;
        storyId: number;
    }
    Index
    _: "inputReplyToStory"
    storyId: number