teleproto - v1.229.0
    Preparing search index...

    Interface InlineButtonTypeCallbackIn

    interface InlineButtonTypeCallbackIn {
        _: "inlineButtonTypeCallback";
        data: bytes;
        requiresPassword?: boolean;
    }
    Index
    _: "inlineButtonTypeCallback"
    data: bytes
    requiresPassword?: boolean