teleproto - v1.229.0
    Preparing search index...

    Interface InputInlineButtonTypeUrlAuthIn

    interface InputInlineButtonTypeUrlAuthIn {
        _: "inputInlineButtonTypeUrlAuth";
        bot?: TypeInputUserIn;
        fwdText?: string;
        requestWriteAccess?: boolean;
        url: string;
    }
    Index
    _: "inputInlineButtonTypeUrlAuth"
    fwdText?: string
    requestWriteAccess?: boolean
    url: string