teleproto - v1.229.0
    Preparing search index...

    Interface InlineButtonTypeUrlAuthIn

    interface InlineButtonTypeUrlAuthIn {
        _: "inlineButtonTypeUrlAuth";
        buttonId: number;
        fwdText?: string;
        url: string;
    }
    Index
    _: "inlineButtonTypeUrlAuth"
    buttonId: number
    fwdText?: string
    url: string