package openim.protobuf

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message BoolValue

wrapperspb.proto:58

Wrapper message for `bool`. The JSON representation for `BoolValue` is JSON `true` and `false`.

Used in: admin.UpdateApplicationVersionReq

message BytesValue

wrapperspb.proto:74

Wrapper message for `bytes`. The JSON representation for `BytesValue` is JSON string.

message DoubleValue

wrapperspb.proto:10

Wrapper message for `double`. The JSON representation for `DoubleValue` is JSON number.

message FloatValue

wrapperspb.proto:18

Wrapper message for `float`. The JSON representation for `FloatValue` is JSON number.

message Int32Value

wrapperspb.proto:42

Wrapper message for `int32`. The JSON representation for `Int32Value` is JSON number.

Used in: admin.AdminUpdateInfoReq, chat.UpdateUserInfoReq, sdkws.GroupInfoForSet, sdkws.UserInfoWithEx

message Int64Value

wrapperspb.proto:26

Wrapper message for `int64`. The JSON representation for `Int64Value` is JSON string.

Used in: admin.UpdateAppletReq, chat.UpdateUserInfoReq

message StringValue

wrapperspb.proto:66

Wrapper message for `string`. The JSON representation for `StringValue` is JSON string.

Used in: admin.AdminUpdateInfoReq, admin.UpdateAppletReq, admin.UpdateApplicationVersionReq, chat.UpdateUserInfoReq, sdkws.GroupInfoForSet, sdkws.UserInfoWithEx

message UInt32Value

wrapperspb.proto:50

Wrapper message for `uint32`. The JSON representation for `UInt32Value` is JSON number.

Used in: admin.UpdateAppletReq

message UInt64Value

wrapperspb.proto:34

Wrapper message for `uint64`. The JSON representation for `UInt64Value` is JSON string.