teleproto - v1.229.0
    Preparing search index...

    Interface KeyboardInlineButtonIn

    interface KeyboardInlineButtonIn {
        _?: "keyboardInlineButton";
        style?: KeyboardButtonStyleIn;
        text: string;
        type: TypeInlineButtonTypeIn;
    }
    Index
    _?: "keyboardInlineButton"
    text: string