@yeying-community/yeying-client-ts
    Preparing search index...

    Type Alias UpdateStatusRequestJson

    from message yeying.api.user.UpdateStatusRequest

    type UpdateStatusRequestJson = {
        body?: UpdateStatusRequestBodyJson;
        header?: MessageHeaderJson;
    }
    Index

    Properties

    Properties

    from field: yeying.api.user.UpdateStatusRequestBody body = 2;

    header?: MessageHeaderJson

    from field: yeying.api.common.MessageHeader header = 1;