teleproto - v1.229.0
    Preparing search index...

    Interface TextButtonIn

    interface TextButtonIn {
        _: "textButton";
        style?: RichButtonStyleIn;
        text: TypeRichTextIn;
        type: TypeInlineButtonTypeIn;
    }
    Index
    _: "textButton"