teleproto - v1.229.0
    Preparing search index...

    Interface KeyboardButtonIn

    interface KeyboardButtonIn {
        _?: "keyboardButton";
        style?: KeyboardButtonStyleIn;
        text: string;
        type: TypeButtonTypeIn;
    }
    Index
    _?: "keyboardButton"
    text: string