diff options
author | Wim <wim@42.be> | 2022-03-12 19:41:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-12 19:41:07 +0100 |
commit | b3be2e208cb373207d6199cac5a9fc92be073e7a (patch) | |
tree | 6de6d444737edee8f0476eea87c233fa980f0002 /vendor/github.com/harmony-development/shibshib/gen/chat/v1/guilds.pb.go | |
parent | c30e90ff3f7e9ff96ac79ed4b7d90d6346216a15 (diff) | |
download | matterbridge-msglm-b3be2e208cb373207d6199cac5a9fc92be073e7a.tar.gz matterbridge-msglm-b3be2e208cb373207d6199cac5a9fc92be073e7a.tar.bz2 matterbridge-msglm-b3be2e208cb373207d6199cac5a9fc92be073e7a.zip |
Update dependencies and vendor (#1761)
Diffstat (limited to 'vendor/github.com/harmony-development/shibshib/gen/chat/v1/guilds.pb.go')
-rw-r--r-- | vendor/github.com/harmony-development/shibshib/gen/chat/v1/guilds.pb.go | 1154 |
1 files changed, 616 insertions, 538 deletions
diff --git a/vendor/github.com/harmony-development/shibshib/gen/chat/v1/guilds.pb.go b/vendor/github.com/harmony-development/shibshib/gen/chat/v1/guilds.pb.go index b60867fb..0ffc53c8 100644 --- a/vendor/github.com/harmony-development/shibshib/gen/chat/v1/guilds.pb.go +++ b/vendor/github.com/harmony-development/shibshib/gen/chat/v1/guilds.pb.go @@ -268,6 +268,64 @@ func (x *Guild) GetMetadata() *v1.Metadata { return nil } +// Object representing a guild with the ID part. +type GuildWithId struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // The ID of the guild. + GuildId uint64 `protobuf:"varint,1,opt,name=guild_id,json=guildId,proto3" json:"guild_id,omitempty"` + // The guild. + Guild *Guild `protobuf:"bytes,2,opt,name=guild,proto3" json:"guild,omitempty"` +} + +func (x *GuildWithId) Reset() { + *x = GuildWithId{} + if protoimpl.UnsafeEnabled { + mi := &file_chat_v1_guilds_proto_msgTypes[2] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *GuildWithId) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*GuildWithId) ProtoMessage() {} + +func (x *GuildWithId) ProtoReflect() protoreflect.Message { + mi := &file_chat_v1_guilds_proto_msgTypes[2] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use GuildWithId.ProtoReflect.Descriptor instead. +func (*GuildWithId) Descriptor() ([]byte, []int) { + return file_chat_v1_guilds_proto_rawDescGZIP(), []int{2} +} + +func (x *GuildWithId) GetGuildId() uint64 { + if x != nil { + return x.GuildId + } + return 0 +} + +func (x *GuildWithId) GetGuild() *Guild { + if x != nil { + return x.Guild + } + return nil +} + // Object representing an invite without the ID part. type Invite struct { state protoimpl.MessageState @@ -283,7 +341,7 @@ type Invite struct { func (x *Invite) Reset() { *x = Invite{} if protoimpl.UnsafeEnabled { - mi := &file_chat_v1_guilds_proto_msgTypes[2] + mi := &file_chat_v1_guilds_proto_msgTypes[3] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -296,7 +354,7 @@ func (x *Invite) String() string { func (*Invite) ProtoMessage() {} func (x *Invite) ProtoReflect() protoreflect.Message { - mi := &file_chat_v1_guilds_proto_msgTypes[2] + mi := &file_chat_v1_guilds_proto_msgTypes[3] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -309,7 +367,7 @@ func (x *Invite) ProtoReflect() protoreflect.Message { // Deprecated: Use Invite.ProtoReflect.Descriptor instead. func (*Invite) Descriptor() ([]byte, []int) { - return file_chat_v1_guilds_proto_rawDescGZIP(), []int{2} + return file_chat_v1_guilds_proto_rawDescGZIP(), []int{3} } func (x *Invite) GetPossibleUses() uint32 { @@ -341,7 +399,7 @@ type InviteWithId struct { func (x *InviteWithId) Reset() { *x = InviteWithId{} if protoimpl.UnsafeEnabled { - mi := &file_chat_v1_guilds_proto_msgTypes[3] + mi := &file_chat_v1_guilds_proto_msgTypes[4] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -354,7 +412,7 @@ func (x *InviteWithId) String() string { func (*InviteWithId) ProtoMessage() {} func (x *InviteWithId) ProtoReflect() protoreflect.Message { - mi := &file_chat_v1_guilds_proto_msgTypes[3] + mi := &file_chat_v1_guilds_proto_msgTypes[4] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -367,7 +425,7 @@ func (x *InviteWithId) ProtoReflect() protoreflect.Message { // Deprecated: Use InviteWithId.ProtoReflect.Descriptor instead. func (*InviteWithId) Descriptor() ([]byte, []int) { - return file_chat_v1_guilds_proto_rawDescGZIP(), []int{3} + return file_chat_v1_guilds_proto_rawDescGZIP(), []int{4} } func (x *InviteWithId) GetInviteId() string { @@ -401,7 +459,7 @@ type PendingInvite struct { func (x *PendingInvite) Reset() { *x = PendingInvite{} if protoimpl.UnsafeEnabled { - mi := &file_chat_v1_guilds_proto_msgTypes[4] + mi := &file_chat_v1_guilds_proto_msgTypes[5] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -414,7 +472,7 @@ func (x *PendingInvite) String() string { func (*PendingInvite) ProtoMessage() {} func (x *PendingInvite) ProtoReflect() protoreflect.Message { - mi := &file_chat_v1_guilds_proto_msgTypes[4] + mi := &file_chat_v1_guilds_proto_msgTypes[5] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -427,7 +485,7 @@ func (x *PendingInvite) ProtoReflect() protoreflect.Message { // Deprecated: Use PendingInvite.ProtoReflect.Descriptor instead. func (*PendingInvite) Descriptor() ([]byte, []int) { - return file_chat_v1_guilds_proto_rawDescGZIP(), []int{4} + return file_chat_v1_guilds_proto_rawDescGZIP(), []int{5} } func (x *PendingInvite) GetInviteId() string { @@ -466,7 +524,7 @@ type GuildListEntry struct { func (x *GuildListEntry) Reset() { *x = GuildListEntry{} if protoimpl.UnsafeEnabled { - mi := &file_chat_v1_guilds_proto_msgTypes[5] + mi := &file_chat_v1_guilds_proto_msgTypes[6] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -479,7 +537,7 @@ func (x *GuildListEntry) String() string { func (*GuildListEntry) ProtoMessage() {} func (x *GuildListEntry) ProtoReflect() protoreflect.Message { - mi := &file_chat_v1_guilds_proto_msgTypes[5] + mi := &file_chat_v1_guilds_proto_msgTypes[6] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -492,7 +550,7 @@ func (x *GuildListEntry) ProtoReflect() protoreflect.Message { // Deprecated: Use GuildListEntry.ProtoReflect.Descriptor instead. func (*GuildListEntry) Descriptor() ([]byte, []int) { - return file_chat_v1_guilds_proto_rawDescGZIP(), []int{5} + return file_chat_v1_guilds_proto_rawDescGZIP(), []int{6} } func (x *GuildListEntry) GetGuildId() uint64 { @@ -526,7 +584,7 @@ type CreateGuildRequest struct { func (x *CreateGuildRequest) Reset() { *x = CreateGuildRequest{} if protoimpl.UnsafeEnabled { - mi := &file_chat_v1_guilds_proto_msgTypes[6] + mi := &file_chat_v1_guilds_proto_msgTypes[7] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -539,7 +597,7 @@ func (x *CreateGuildRequest) String() string { func (*CreateGuildRequest) ProtoMessage() {} func (x *CreateGuildRequest) ProtoReflect() protoreflect.Message { - mi := &file_chat_v1_guilds_proto_msgTypes[6] + mi := &file_chat_v1_guilds_proto_msgTypes[7] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -552,7 +610,7 @@ func (x *CreateGuildRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use CreateGuildRequest.ProtoReflect.Descriptor instead. func (*CreateGuildRequest) Descriptor() ([]byte, []int) { - return file_chat_v1_guilds_proto_rawDescGZIP(), []int{6} + return file_chat_v1_guilds_proto_rawDescGZIP(), []int{7} } func (x *CreateGuildRequest) GetName() string { @@ -589,7 +647,7 @@ type CreateGuildResponse struct { func (x *CreateGuildResponse) Reset() { *x = CreateGuildResponse{} if protoimpl.UnsafeEnabled { - mi := &file_chat_v1_guilds_proto_msgTypes[7] + mi := &file_chat_v1_guilds_proto_msgTypes[8] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -602,7 +660,7 @@ func (x *CreateGuildResponse) String() string { func (*CreateGuildResponse) ProtoMessage() {} func (x *CreateGuildResponse) ProtoReflect() protoreflect.Message { - mi := &file_chat_v1_guilds_proto_msgTypes[7] + mi := &file_chat_v1_guilds_proto_msgTypes[8] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -615,7 +673,7 @@ func (x *CreateGuildResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use CreateGuildResponse.ProtoReflect.Descriptor instead. func (*CreateGuildResponse) Descriptor() ([]byte, []int) { - return file_chat_v1_guilds_proto_rawDescGZIP(), []int{7} + return file_chat_v1_guilds_proto_rawDescGZIP(), []int{8} } func (x *CreateGuildResponse) GetGuildId() uint64 { @@ -642,7 +700,7 @@ type CreateRoomRequest struct { func (x *CreateRoomRequest) Reset() { *x = CreateRoomRequest{} if protoimpl.UnsafeEnabled { - mi := &file_chat_v1_guilds_proto_msgTypes[8] + mi := &file_chat_v1_guilds_proto_msgTypes[9] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -655,7 +713,7 @@ func (x *CreateRoomRequest) String() string { func (*CreateRoomRequest) ProtoMessage() {} func (x *CreateRoomRequest) ProtoReflect() protoreflect.Message { - mi := &file_chat_v1_guilds_proto_msgTypes[8] + mi := &file_chat_v1_guilds_proto_msgTypes[9] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -668,7 +726,7 @@ func (x *CreateRoomRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use CreateRoomRequest.ProtoReflect.Descriptor instead. func (*CreateRoomRequest) Descriptor() ([]byte, []int) { - return file_chat_v1_guilds_proto_rawDescGZIP(), []int{8} + return file_chat_v1_guilds_proto_rawDescGZIP(), []int{9} } func (x *CreateRoomRequest) GetName() string { @@ -705,7 +763,7 @@ type CreateRoomResponse struct { func (x *CreateRoomResponse) Reset() { *x = CreateRoomResponse{} if protoimpl.UnsafeEnabled { - mi := &file_chat_v1_guilds_proto_msgTypes[9] + mi := &file_chat_v1_guilds_proto_msgTypes[10] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -718,7 +776,7 @@ func (x *CreateRoomResponse) String() string { func (*CreateRoomResponse) ProtoMessage() {} func (x *CreateRoomResponse) ProtoReflect() protoreflect.Message { - mi := &file_chat_v1_guilds_proto_msgTypes[9] + mi := &file_chat_v1_guilds_proto_msgTypes[10] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -731,7 +789,7 @@ func (x *CreateRoomResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use CreateRoomResponse.ProtoReflect.Descriptor instead. func (*CreateRoomResponse) Descriptor() ([]byte, []int) { - return file_chat_v1_guilds_proto_rawDescGZIP(), []int{9} + return file_chat_v1_guilds_proto_rawDescGZIP(), []int{10} } func (x *CreateRoomResponse) GetGuildId() uint64 { @@ -758,7 +816,7 @@ type CreateDirectMessageRequest struct { func (x *CreateDirectMessageRequest) Reset() { *x = CreateDirectMessageRequest{} if protoimpl.UnsafeEnabled { - mi := &file_chat_v1_guilds_proto_msgTypes[10] + mi := &file_chat_v1_guilds_proto_msgTypes[11] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -771,7 +829,7 @@ func (x *CreateDirectMessageRequest) String() string { func (*CreateDirectMessageRequest) ProtoMessage() {} func (x *CreateDirectMessageRequest) ProtoReflect() protoreflect.Message { - mi := &file_chat_v1_guilds_proto_msgTypes[10] + mi := &file_chat_v1_guilds_proto_msgTypes[11] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -784,7 +842,7 @@ func (x *CreateDirectMessageRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use CreateDirectMessageRequest.ProtoReflect.Descriptor instead. func (*CreateDirectMessageRequest) Descriptor() ([]byte, []int) { - return file_chat_v1_guilds_proto_rawDescGZIP(), []int{10} + return file_chat_v1_guilds_proto_rawDescGZIP(), []int{11} } func (x *CreateDirectMessageRequest) GetUserName() string { @@ -814,7 +872,7 @@ type CreateDirectMessageResponse struct { func (x *CreateDirectMessageResponse) Reset() { *x = CreateDirectMessageResponse{} if protoimpl.UnsafeEnabled { - mi := &file_chat_v1_guilds_proto_msgTypes[11] + mi := &file_chat_v1_guilds_proto_msgTypes[12] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -827,7 +885,7 @@ func (x *CreateDirectMessageResponse) String() string { func (*CreateDirectMessageResponse) ProtoMessage() {} func (x *CreateDirectMessageResponse) ProtoReflect() protoreflect.Message { - mi := &file_chat_v1_guilds_proto_msgTypes[11] + mi := &file_chat_v1_guilds_proto_msgTypes[12] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -840,7 +898,7 @@ func (x *CreateDirectMessageResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use CreateDirectMessageResponse.ProtoReflect.Descriptor instead. func (*CreateDirectMessageResponse) Descriptor() ([]byte, []int) { - return file_chat_v1_guilds_proto_rawDescGZIP(), []int{11} + return file_chat_v1_guilds_proto_rawDescGZIP(), []int{12} } func (x *CreateDirectMessageResponse) GetGuildId() uint64 { @@ -869,7 +927,7 @@ type CreateInviteRequest struct { func (x *CreateInviteRequest) Reset() { *x = CreateInviteRequest{} if protoimpl.UnsafeEnabled { - mi := &file_chat_v1_guilds_proto_msgTypes[12] + mi := &file_chat_v1_guilds_proto_msgTypes[13] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -882,7 +940,7 @@ func (x *CreateInviteRequest) String() string { func (*CreateInviteRequest) ProtoMessage() {} func (x *CreateInviteRequest) ProtoReflect() protoreflect.Message { - mi := &file_chat_v1_guilds_proto_msgTypes[12] + mi := &file_chat_v1_guilds_proto_msgTypes[13] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -895,7 +953,7 @@ func (x *CreateInviteRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use CreateInviteRequest.ProtoReflect.Descriptor instead. func (*CreateInviteRequest) Descriptor() ([]byte, []int) { - return file_chat_v1_guilds_proto_rawDescGZIP(), []int{12} + return file_chat_v1_guilds_proto_rawDescGZIP(), []int{13} } func (x *CreateInviteRequest) GetGuildId() uint64 { @@ -932,7 +990,7 @@ type CreateInviteResponse struct { func (x *CreateInviteResponse) Reset() { *x = CreateInviteResponse{} if protoimpl.UnsafeEnabled { - mi := &file_chat_v1_guilds_proto_msgTypes[13] + mi := &file_chat_v1_guilds_proto_msgTypes[14] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -945,7 +1003,7 @@ func (x *CreateInviteResponse) String() string { func (*CreateInviteResponse) ProtoMessage() {} func (x *CreateInviteResponse) ProtoReflect() protoreflect.Message { - mi := &file_chat_v1_guilds_proto_msgTypes[13] + mi := &file_chat_v1_guilds_proto_msgTypes[14] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -958,7 +1016,7 @@ func (x *CreateInviteResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use CreateInviteResponse.ProtoReflect.Descriptor instead. func (*CreateInviteResponse) Descriptor() ([]byte, []int) { - return file_chat_v1_guilds_proto_rawDescGZIP(), []int{13} + return file_chat_v1_guilds_proto_rawDescGZIP(), []int{14} } func (x *CreateInviteResponse) GetInviteId() string { @@ -978,7 +1036,7 @@ type GetGuildListRequest struct { func (x *GetGuildListRequest) Reset() { *x = GetGuildListRequest{} if protoimpl.UnsafeEnabled { - mi := &file_chat_v1_guilds_proto_msgTypes[14] + mi := &file_chat_v1_guilds_proto_msgTypes[15] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -991,7 +1049,7 @@ func (x *GetGuildListRequest) String() string { func (*GetGuildListRequest) ProtoMessage() {} func (x *GetGuildListRequest) ProtoReflect() protoreflect.Message { - mi := &file_chat_v1_guilds_proto_msgTypes[14] + mi := &file_chat_v1_guilds_proto_msgTypes[15] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1004,7 +1062,7 @@ func (x *GetGuildListRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use GetGuildListRequest.ProtoReflect.Descriptor instead. func (*GetGuildListRequest) Descriptor() ([]byte, []int) { - return file_chat_v1_guilds_proto_rawDescGZIP(), []int{14} + return file_chat_v1_guilds_proto_rawDescGZIP(), []int{15} } // Used in the `GetGuildList` endpoint. @@ -1020,7 +1078,7 @@ type GetGuildListResponse struct { func (x *GetGuildListResponse) Reset() { *x = GetGuildListResponse{} if protoimpl.UnsafeEnabled { - mi := &file_chat_v1_guilds_proto_msgTypes[15] + mi := &file_chat_v1_guilds_proto_msgTypes[16] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1033,7 +1091,7 @@ func (x *GetGuildListResponse) String() string { func (*GetGuildListResponse) ProtoMessage() {} func (x *GetGuildListResponse) ProtoReflect() protoreflect.Message { - mi := &file_chat_v1_guilds_proto_msgTypes[15] + mi := &file_chat_v1_guilds_proto_msgTypes[16] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1046,7 +1104,7 @@ func (x *GetGuildListResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use GetGuildListResponse.ProtoReflect.Descriptor instead. func (*GetGuildListResponse) Descriptor() ([]byte, []int) { - return file_chat_v1_guilds_proto_rawDescGZIP(), []int{15} + return file_chat_v1_guilds_proto_rawDescGZIP(), []int{16} } func (x *GetGuildListResponse) GetGuilds() []*GuildListEntry { @@ -1069,7 +1127,7 @@ type GetGuildRequest struct { func (x *GetGuildRequest) Reset() { *x = GetGuildRequest{} if protoimpl.UnsafeEnabled { - mi := &file_chat_v1_guilds_proto_msgTypes[16] + mi := &file_chat_v1_guilds_proto_msgTypes[17] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1082,7 +1140,7 @@ func (x *GetGuildRequest) String() string { func (*GetGuildRequest) ProtoMessage() {} func (x *GetGuildRequest) ProtoReflect() protoreflect.Message { - mi := &file_chat_v1_guilds_proto_msgTypes[16] + mi := &file_chat_v1_guilds_proto_msgTypes[17] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1095,7 +1153,7 @@ func (x *GetGuildRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use GetGuildRequest.ProtoReflect.Descriptor instead. func (*GetGuildRequest) Descriptor() ([]byte, []int) { - return file_chat_v1_guilds_proto_rawDescGZIP(), []int{16} + return file_chat_v1_guilds_proto_rawDescGZIP(), []int{17} } func (x *GetGuildRequest) GetGuildId() uint64 { @@ -1118,7 +1176,7 @@ type GetGuildResponse struct { func (x *GetGuildResponse) Reset() { *x = GetGuildResponse{} if protoimpl.UnsafeEnabled { - mi := &file_chat_v1_guilds_proto_msgTypes[17] + mi := &file_chat_v1_guilds_proto_msgTypes[18] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1131,7 +1189,7 @@ func (x *GetGuildResponse) String() string { func (*GetGuildResponse) ProtoMessage() {} func (x *GetGuildResponse) ProtoReflect() protoreflect.Message { - mi := &file_chat_v1_guilds_proto_msgTypes[17] + mi := &file_chat_v1_guilds_proto_msgTypes[18] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1144,7 +1202,7 @@ func (x *GetGuildResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use GetGuildResponse.ProtoReflect.Descriptor instead. func (*GetGuildResponse) Descriptor() ([]byte, []int) { - return file_chat_v1_guilds_proto_rawDescGZIP(), []int{17} + return file_chat_v1_guilds_proto_rawDescGZIP(), []int{18} } func (x *GetGuildResponse) GetGuild() *Guild { @@ -1167,7 +1225,7 @@ type GetGuildInvitesRequest struct { func (x *GetGuildInvitesRequest) Reset() { *x = GetGuildInvitesRequest{} if protoimpl.UnsafeEnabled { - mi := &file_chat_v1_guilds_proto_msgTypes[18] + mi := &file_chat_v1_guilds_proto_msgTypes[19] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1180,7 +1238,7 @@ func (x *GetGuildInvitesRequest) String() string { func (*GetGuildInvitesRequest) ProtoMessage() {} func (x *GetGuildInvitesRequest) ProtoReflect() protoreflect.Message { - mi := &file_chat_v1_guilds_proto_msgTypes[18] + mi := &file_chat_v1_guilds_proto_msgTypes[19] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1193,7 +1251,7 @@ func (x *GetGuildInvitesRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use GetGuildInvitesRequest.ProtoReflect.Descriptor instead. func (*GetGuildInvitesRequest) Descriptor() ([]byte, []int) { - return file_chat_v1_guilds_proto_rawDescGZIP(), []int{18} + return file_chat_v1_guilds_proto_rawDescGZIP(), []int{19} } func (x *GetGuildInvitesRequest) GetGuildId() uint64 { @@ -1216,7 +1274,7 @@ type GetGuildInvitesResponse struct { func (x *GetGuildInvitesResponse) Reset() { *x = GetGuildInvitesResponse{} if protoimpl.UnsafeEnabled { - mi := &file_chat_v1_guilds_proto_msgTypes[19] + mi := &file_chat_v1_guilds_proto_msgTypes[20] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1229,7 +1287,7 @@ func (x *GetGuildInvitesResponse) String() string { func (*GetGuildInvitesResponse) ProtoMessage() {} func (x *GetGuildInvitesResponse) ProtoReflect() protoreflect.Message { - mi := &file_chat_v1_guilds_proto_msgTypes[19] + mi := &file_chat_v1_guilds_proto_msgTypes[20] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1242,7 +1300,7 @@ func (x *GetGuildInvitesResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use GetGuildInvitesResponse.ProtoReflect.Descriptor instead. func (*GetGuildInvitesResponse) Descriptor() ([]byte, []int) { - return file_chat_v1_guilds_proto_rawDescGZIP(), []int{19} + return file_chat_v1_guilds_proto_rawDescGZIP(), []int{20} } func (x *GetGuildInvitesResponse) GetInvites() []*InviteWithId { @@ -1265,7 +1323,7 @@ type GetGuildMembersRequest struct { func (x *GetGuildMembersRequest) Reset() { *x = GetGuildMembersRequest{} if protoimpl.UnsafeEnabled { - mi := &file_chat_v1_guilds_proto_msgTypes[20] + mi := &file_chat_v1_guilds_proto_msgTypes[21] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1278,7 +1336,7 @@ func (x *GetGuildMembersRequest) String() string { func (*GetGuildMembersRequest) ProtoMessage() {} func (x *GetGuildMembersRequest) ProtoReflect() protoreflect.Message { - mi := &file_chat_v1_guilds_proto_msgTypes[20] + mi := &file_chat_v1_guilds_proto_msgTypes[21] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1291,7 +1349,7 @@ func (x *GetGuildMembersRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use GetGuildMembersRequest.ProtoReflect.Descriptor instead. func (*GetGuildMembersRequest) Descriptor() ([]byte, []int) { - return file_chat_v1_guilds_proto_rawDescGZIP(), []int{20} + return file_chat_v1_guilds_proto_rawDescGZIP(), []int{21} } func (x *GetGuildMembersRequest) GetGuildId() uint64 { @@ -1314,7 +1372,7 @@ type GetGuildMembersResponse struct { func (x *GetGuildMembersResponse) Reset() { *x = GetGuildMembersResponse{} if protoimpl.UnsafeEnabled { - mi := &file_chat_v1_guilds_proto_msgTypes[21] + mi := &file_chat_v1_guilds_proto_msgTypes[22] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1327,7 +1385,7 @@ func (x *GetGuildMembersResponse) String() string { func (*GetGuildMembersResponse) ProtoMessage() {} func (x *GetGuildMembersResponse) ProtoReflect() protoreflect.Message { - mi := &file_chat_v1_guilds_proto_msgTypes[21] + mi := &file_chat_v1_guilds_proto_msgTypes[22] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1340,7 +1398,7 @@ func (x *GetGuildMembersResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use GetGuildMembersResponse.ProtoReflect.Descriptor instead. func (*GetGuildMembersResponse) Descriptor() ([]byte, []int) { - return file_chat_v1_guilds_proto_rawDescGZIP(), []int{21} + return file_chat_v1_guilds_proto_rawDescGZIP(), []int{22} } func (x *GetGuildMembersResponse) GetMembers() []uint64 { @@ -1369,7 +1427,7 @@ type UpdateGuildInformationRequest struct { func (x *UpdateGuildInformationRequest) Reset() { *x = UpdateGuildInformationRequest{} if protoimpl.UnsafeEnabled { - mi := &file_chat_v1_guilds_proto_msgTypes[22] + mi := &file_chat_v1_guilds_proto_msgTypes[23] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1382,7 +1440,7 @@ func (x *UpdateGuildInformationRequest) String() string { func (*UpdateGuildInformationRequest) ProtoMessage() {} func (x *UpdateGuildInformationRequest) ProtoReflect() protoreflect.Message { - mi := &file_chat_v1_guilds_proto_msgTypes[22] + mi := &file_chat_v1_guilds_proto_msgTypes[23] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1395,7 +1453,7 @@ func (x *UpdateGuildInformationRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use UpdateGuildInformationRequest.ProtoReflect.Descriptor instead. func (*UpdateGuildInformationRequest) Descriptor() ([]byte, []int) { - return file_chat_v1_guilds_proto_rawDescGZIP(), []int{22} + return file_chat_v1_guilds_proto_rawDescGZIP(), []int{23} } func (x *UpdateGuildInformationRequest) GetGuildId() uint64 { @@ -1436,7 +1494,7 @@ type UpdateGuildInformationResponse struct { func (x *UpdateGuildInformationResponse) Reset() { *x = UpdateGuildInformationResponse{} if protoimpl.UnsafeEnabled { - mi := &file_chat_v1_guilds_proto_msgTypes[23] + mi := &file_chat_v1_guilds_proto_msgTypes[24] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1449,7 +1507,7 @@ func (x *UpdateGuildInformationResponse) String() string { func (*UpdateGuildInformationResponse) ProtoMessage() {} func (x *UpdateGuildInformationResponse) ProtoReflect() protoreflect.Message { - mi := &file_chat_v1_guilds_proto_msgTypes[23] + mi := &file_chat_v1_guilds_proto_msgTypes[24] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1462,7 +1520,7 @@ func (x *UpdateGuildInformationResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use UpdateGuildInformationResponse.ProtoReflect.Descriptor instead. func (*UpdateGuildInformationResponse) Descriptor() ([]byte, []int) { - return file_chat_v1_guilds_proto_rawDescGZIP(), []int{23} + return file_chat_v1_guilds_proto_rawDescGZIP(), []int{24} } // Used in the `UpgradeRoomToGuild` endpoint. @@ -1478,7 +1536,7 @@ type UpgradeRoomToGuildRequest struct { func (x *UpgradeRoomToGuildRequest) Reset() { *x = UpgradeRoomToGuildRequest{} if protoimpl.UnsafeEnabled { - mi := &file_chat_v1_guilds_proto_msgTypes[24] + mi := &file_chat_v1_guilds_proto_msgTypes[25] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1491,7 +1549,7 @@ func (x *UpgradeRoomToGuildRequest) String() string { func (*UpgradeRoomToGuildRequest) ProtoMessage() {} func (x *UpgradeRoomToGuildRequest) ProtoReflect() protoreflect.Message { - mi := &file_chat_v1_guilds_proto_msgTypes[24] + mi := &file_chat_v1_guilds_proto_msgTypes[25] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1504,7 +1562,7 @@ func (x *UpgradeRoomToGuildRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use UpgradeRoomToGuildRequest.ProtoReflect.Descriptor instead. func (*UpgradeRoomToGuildRequest) Descriptor() ([]byte, []int) { - return file_chat_v1_guilds_proto_rawDescGZIP(), []int{24} + return file_chat_v1_guilds_proto_rawDescGZIP(), []int{25} } func (x *UpgradeRoomToGuildRequest) GetGuildId() uint64 { @@ -1524,7 +1582,7 @@ type UpgradeRoomToGuildResponse struct { func (x *UpgradeRoomToGuildResponse) Reset() { *x = UpgradeRoomToGuildResponse{} if protoimpl.UnsafeEnabled { - mi := &file_chat_v1_guilds_proto_msgTypes[25] + mi := &file_chat_v1_guilds_proto_msgTypes[26] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1537,7 +1595,7 @@ func (x *UpgradeRoomToGuildResponse) String() string { func (*UpgradeRoomToGuildResponse) ProtoMessage() {} func (x *UpgradeRoomToGuildResponse) ProtoReflect() protoreflect.Message { - mi := &file_chat_v1_guilds_proto_msgTypes[25] + mi := &file_chat_v1_guilds_proto_msgTypes[26] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1550,7 +1608,7 @@ func (x *UpgradeRoomToGuildResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use UpgradeRoomToGuildResponse.ProtoReflect.Descriptor instead. func (*UpgradeRoomToGuildResponse) Descriptor() ([]byte, []int) { - return file_chat_v1_guilds_proto_rawDescGZIP(), []int{25} + return file_chat_v1_guilds_proto_rawDescGZIP(), []int{26} } // Used in the `DeleteGuild` endpoint. @@ -1566,7 +1624,7 @@ type DeleteGuildRequest struct { func (x *DeleteGuildRequest) Reset() { *x = DeleteGuildRequest{} if protoimpl.UnsafeEnabled { - mi := &file_chat_v1_guilds_proto_msgTypes[26] + mi := &file_chat_v1_guilds_proto_msgTypes[27] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1579,7 +1637,7 @@ func (x *DeleteGuildRequest) String() string { func (*DeleteGuildRequest) ProtoMessage() {} func (x *DeleteGuildRequest) ProtoReflect() protoreflect.Message { - mi := &file_chat_v1_guilds_proto_msgTypes[26] + mi := &file_chat_v1_guilds_proto_msgTypes[27] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1592,7 +1650,7 @@ func (x *DeleteGuildRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use DeleteGuildRequest.ProtoReflect.Descriptor instead. func (*DeleteGuildRequest) Descriptor() ([]byte, []int) { - return file_chat_v1_guilds_proto_rawDescGZIP(), []int{26} + return file_chat_v1_guilds_proto_rawDescGZIP(), []int{27} } func (x *DeleteGuildRequest) GetGuildId() uint64 { @@ -1612,7 +1670,7 @@ type DeleteGuildResponse struct { func (x *DeleteGuildResponse) Reset() { *x = DeleteGuildResponse{} if protoimpl.UnsafeEnabled { - mi := &file_chat_v1_guilds_proto_msgTypes[27] + mi := &file_chat_v1_guilds_proto_msgTypes[28] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1625,7 +1683,7 @@ func (x *DeleteGuildResponse) String() string { func (*DeleteGuildResponse) ProtoMessage() {} func (x *DeleteGuildResponse) ProtoReflect() protoreflect.Message { - mi := &file_chat_v1_guilds_proto_msgTypes[27] + mi := &file_chat_v1_guilds_proto_msgTypes[28] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1638,7 +1696,7 @@ func (x *DeleteGuildResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use DeleteGuildResponse.ProtoReflect.Descriptor instead. func (*DeleteGuildResponse) Descriptor() ([]byte, []int) { - return file_chat_v1_guilds_proto_rawDescGZIP(), []int{27} + return file_chat_v1_guilds_proto_rawDescGZIP(), []int{28} } // Used in the `DeleteInvite` endpoint. @@ -1656,7 +1714,7 @@ type DeleteInviteRequest struct { func (x *DeleteInviteRequest) Reset() { *x = DeleteInviteRequest{} if protoimpl.UnsafeEnabled { - mi := &file_chat_v1_guilds_proto_msgTypes[28] + mi := &file_chat_v1_guilds_proto_msgTypes[29] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1669,7 +1727,7 @@ func (x *DeleteInviteRequest) String() string { func (*DeleteInviteRequest) ProtoMessage() {} func (x *DeleteInviteRequest) ProtoReflect() protoreflect.Message { - mi := &file_chat_v1_guilds_proto_msgTypes[28] + mi := &file_chat_v1_guilds_proto_msgTypes[29] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1682,7 +1740,7 @@ func (x *DeleteInviteRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use DeleteInviteRequest.ProtoReflect.Descriptor instead. func (*DeleteInviteRequest) Descriptor() ([]byte, []int) { - return file_chat_v1_guilds_proto_rawDescGZIP(), []int{28} + return file_chat_v1_guilds_proto_rawDescGZIP(), []int{29} } func (x *DeleteInviteRequest) GetGuildId() uint64 { @@ -1709,7 +1767,7 @@ type DeleteInviteResponse struct { func (x *DeleteInviteResponse) Reset() { *x = DeleteInviteResponse{} if protoimpl.UnsafeEnabled { - mi := &file_chat_v1_guilds_proto_msgTypes[29] + mi := &file_chat_v1_guilds_proto_msgTypes[30] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1722,7 +1780,7 @@ func (x *DeleteInviteResponse) String() string { func (*DeleteInviteResponse) ProtoMessage() {} func (x *DeleteInviteResponse) ProtoReflect() protoreflect.Message { - mi := &file_chat_v1_guilds_proto_msgTypes[29] + mi := &file_chat_v1_guilds_proto_msgTypes[30] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1735,7 +1793,7 @@ func (x *DeleteInviteResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use DeleteInviteResponse.ProtoReflect.Descriptor instead. func (*DeleteInviteResponse) Descriptor() ([]byte, []int) { - return file_chat_v1_guilds_proto_rawDescGZIP(), []int{29} + return file_chat_v1_guilds_proto_rawDescGZIP(), []int{30} } // Used in the `JoinGuild` endpoint. @@ -1751,7 +1809,7 @@ type JoinGuildRequest struct { func (x *JoinGuildRequest) Reset() { *x = JoinGuildRequest{} if protoimpl.UnsafeEnabled { - mi := &file_chat_v1_guilds_proto_msgTypes[30] + mi := &file_chat_v1_guilds_proto_msgTypes[31] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1764,7 +1822,7 @@ func (x *JoinGuildRequest) String() string { func (*JoinGuildRequest) ProtoMessage() {} func (x *JoinGuildRequest) ProtoReflect() protoreflect.Message { - mi := &file_chat_v1_guilds_proto_msgTypes[30] + mi := &file_chat_v1_guilds_proto_msgTypes[31] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1777,7 +1835,7 @@ func (x *JoinGuildRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use JoinGuildRequest.ProtoReflect.Descriptor instead. func (*JoinGuildRequest) Descriptor() ([]byte, []int) { - return file_chat_v1_guilds_proto_rawDescGZIP(), []int{30} + return file_chat_v1_guilds_proto_rawDescGZIP(), []int{31} } func (x *JoinGuildRequest) GetInviteId() string { @@ -1800,7 +1858,7 @@ type JoinGuildResponse struct { func (x *JoinGuildResponse) Reset() { *x = JoinGuildResponse{} if protoimpl.UnsafeEnabled { - mi := &file_chat_v1_guilds_proto_msgTypes[31] + mi := &file_chat_v1_guilds_proto_msgTypes[32] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1813,7 +1871,7 @@ func (x *JoinGuildResponse) String() string { func (*JoinGuildResponse) ProtoMessage() {} func (x *JoinGuildResponse) ProtoReflect() protoreflect.Message { - mi := &file_chat_v1_guilds_proto_msgTypes[31] + mi := &file_chat_v1_guilds_proto_msgTypes[32] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1826,7 +1884,7 @@ func (x *JoinGuildResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use JoinGuildResponse.ProtoReflect.Descriptor instead. func (*JoinGuildResponse) Descriptor() ([]byte, []int) { - return file_chat_v1_guilds_proto_rawDescGZIP(), []int{31} + return file_chat_v1_guilds_proto_rawDescGZIP(), []int{32} } func (x *JoinGuildResponse) GetGuildId() uint64 { @@ -1849,7 +1907,7 @@ type PreviewGuildRequest struct { func (x *PreviewGuildRequest) Reset() { *x = PreviewGuildRequest{} if protoimpl.UnsafeEnabled { - mi := &file_chat_v1_guilds_proto_msgTypes[32] + mi := &file_chat_v1_guilds_proto_msgTypes[33] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1862,7 +1920,7 @@ func (x *PreviewGuildRequest) String() string { func (*PreviewGuildRequest) ProtoMessage() {} func (x *PreviewGuildRequest) ProtoReflect() protoreflect.Message { - mi := &file_chat_v1_guilds_proto_msgTypes[32] + mi := &file_chat_v1_guilds_proto_msgTypes[33] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1875,7 +1933,7 @@ func (x *PreviewGuildRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use PreviewGuildRequest.ProtoReflect.Descriptor instead. func (*PreviewGuildRequest) Descriptor() ([]byte, []int) { - return file_chat_v1_guilds_proto_rawDescGZIP(), []int{32} + return file_chat_v1_guilds_proto_rawDescGZIP(), []int{33} } func (x *PreviewGuildRequest) GetInviteId() string { @@ -1902,7 +1960,7 @@ type PreviewGuildResponse struct { func (x *PreviewGuildResponse) Reset() { *x = PreviewGuildResponse{} if protoimpl.UnsafeEnabled { - mi := &file_chat_v1_guilds_proto_msgTypes[33] + mi := &file_chat_v1_guilds_proto_msgTypes[34] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1915,7 +1973,7 @@ func (x *PreviewGuildResponse) String() string { func (*PreviewGuildResponse) ProtoMessage() {} func (x *PreviewGuildResponse) ProtoReflect() protoreflect.Message { - mi := &file_chat_v1_guilds_proto_msgTypes[33] + mi := &file_chat_v1_guilds_proto_msgTypes[34] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1928,7 +1986,7 @@ func (x *PreviewGuildResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use PreviewGuildResponse.ProtoReflect.Descriptor instead. func (*PreviewGuildResponse) Descriptor() ([]byte, []int) { - return file_chat_v1_guilds_proto_rawDescGZIP(), []int{33} + return file_chat_v1_guilds_proto_rawDescGZIP(), []int{34} } func (x *PreviewGuildResponse) GetName() string { @@ -1965,7 +2023,7 @@ type LeaveGuildRequest struct { func (x *LeaveGuildRequest) Reset() { *x = LeaveGuildRequest{} if protoimpl.UnsafeEnabled { - mi := &file_chat_v1_guilds_proto_msgTypes[34] + mi := &file_chat_v1_guilds_proto_msgTypes[35] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1978,7 +2036,7 @@ func (x *LeaveGuildRequest) String() string { func (*LeaveGuildRequest) ProtoMessage() {} func (x *LeaveGuildRequest) ProtoReflect() protoreflect.Message { - mi := &file_chat_v1_guilds_proto_msgTypes[34] + mi := &file_chat_v1_guilds_proto_msgTypes[35] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1991,7 +2049,7 @@ func (x *LeaveGuildRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use LeaveGuildRequest.ProtoReflect.Descriptor instead. func (*LeaveGuildRequest) Descriptor() ([]byte, []int) { - return file_chat_v1_guilds_proto_rawDescGZIP(), []int{34} + return file_chat_v1_guilds_proto_rawDescGZIP(), []int{35} } func (x *LeaveGuildRequest) GetGuildId() uint64 { @@ -2011,7 +2069,7 @@ type LeaveGuildResponse struct { func (x *LeaveGuildResponse) Reset() { *x = LeaveGuildResponse{} if protoimpl.UnsafeEnabled { - mi := &file_chat_v1_guilds_proto_msgTypes[35] + mi := &file_chat_v1_guilds_proto_msgTypes[36] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2024,7 +2082,7 @@ func (x *LeaveGuildResponse) String() string { func (*LeaveGuildResponse) ProtoMessage() {} func (x *LeaveGuildResponse) ProtoReflect() protoreflect.Message { - mi := &file_chat_v1_guilds_proto_msgTypes[35] + mi := &file_chat_v1_guilds_proto_msgTypes[36] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2037,7 +2095,7 @@ func (x *LeaveGuildResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use LeaveGuildResponse.ProtoReflect.Descriptor instead. func (*LeaveGuildResponse) Descriptor() ([]byte, []int) { - return file_chat_v1_guilds_proto_rawDescGZIP(), []int{35} + return file_chat_v1_guilds_proto_rawDescGZIP(), []int{36} } // Used in `BanUser` endpoint. @@ -2055,7 +2113,7 @@ type BanUserRequest struct { func (x *BanUserRequest) Reset() { *x = BanUserRequest{} if protoimpl.UnsafeEnabled { - mi := &file_chat_v1_guilds_proto_msgTypes[36] + mi := &file_chat_v1_guilds_proto_msgTypes[37] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2068,7 +2126,7 @@ func (x *BanUserRequest) String() string { func (*BanUserRequest) ProtoMessage() {} func (x *BanUserRequest) ProtoReflect() protoreflect.Message { - mi := &file_chat_v1_guilds_proto_msgTypes[36] + mi := &file_chat_v1_guilds_proto_msgTypes[37] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2081,7 +2139,7 @@ func (x *BanUserRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use BanUserRequest.ProtoReflect.Descriptor instead. func (*BanUserRequest) Descriptor() ([]byte, []int) { - return file_chat_v1_guilds_proto_rawDescGZIP(), []int{36} + return file_chat_v1_guilds_proto_rawDescGZIP(), []int{37} } func (x *BanUserRequest) GetGuildId() uint64 { @@ -2108,7 +2166,7 @@ type BanUserResponse struct { func (x *BanUserResponse) Reset() { *x = BanUserResponse{} if protoimpl.UnsafeEnabled { - mi := &file_chat_v1_guilds_proto_msgTypes[37] + mi := &file_chat_v1_guilds_proto_msgTypes[38] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2121,7 +2179,7 @@ func (x *BanUserResponse) String() string { func (*BanUserResponse) ProtoMessage() {} func (x *BanUserResponse) ProtoReflect() protoreflect.Message { - mi := &file_chat_v1_guilds_proto_msgTypes[37] + mi := &file_chat_v1_guilds_proto_msgTypes[38] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2134,7 +2192,7 @@ func (x *BanUserResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use BanUserResponse.ProtoReflect.Descriptor instead. func (*BanUserResponse) Descriptor() ([]byte, []int) { - return file_chat_v1_guilds_proto_rawDescGZIP(), []int{37} + return file_chat_v1_guilds_proto_rawDescGZIP(), []int{38} } // Used in `KickUser` endpoint. @@ -2152,7 +2210,7 @@ type KickUserRequest struct { func (x *KickUserRequest) Reset() { *x = KickUserRequest{} if protoimpl.UnsafeEnabled { - mi := &file_chat_v1_guilds_proto_msgTypes[38] + mi := &file_chat_v1_guilds_proto_msgTypes[39] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2165,7 +2223,7 @@ func (x *KickUserRequest) String() string { func (*KickUserRequest) ProtoMessage() {} func (x *KickUserRequest) ProtoReflect() protoreflect.Message { - mi := &file_chat_v1_guilds_proto_msgTypes[38] + mi := &file_chat_v1_guilds_proto_msgTypes[39] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2178,7 +2236,7 @@ func (x *KickUserRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use KickUserRequest.ProtoReflect.Descriptor instead. func (*KickUserRequest) Descriptor() ([]byte, []int) { - return file_chat_v1_guilds_proto_rawDescGZIP(), []int{38} + return file_chat_v1_guilds_proto_rawDescGZIP(), []int{39} } func (x *KickUserRequest) GetGuildId() uint64 { @@ -2205,7 +2263,7 @@ type KickUserResponse struct { func (x *KickUserResponse) Reset() { *x = KickUserResponse{} if protoimpl.UnsafeEnabled { - mi := &file_chat_v1_guilds_proto_msgTypes[39] + mi := &file_chat_v1_guilds_proto_msgTypes[40] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2218,7 +2276,7 @@ func (x *KickUserResponse) String() string { func (*KickUserResponse) ProtoMessage() {} func (x *KickUserResponse) ProtoReflect() protoreflect.Message { - mi := &file_chat_v1_guilds_proto_msgTypes[39] + mi := &file_chat_v1_guilds_proto_msgTypes[40] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2231,7 +2289,7 @@ func (x *KickUserResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use KickUserResponse.ProtoReflect.Descriptor instead. func (*KickUserResponse) Descriptor() ([]byte, []int) { - return file_chat_v1_guilds_proto_rawDescGZIP(), []int{39} + return file_chat_v1_guilds_proto_rawDescGZIP(), []int{40} } // Used in `UnbanUser` endpoint. @@ -2249,7 +2307,7 @@ type UnbanUserRequest struct { func (x *UnbanUserRequest) Reset() { *x = UnbanUserRequest{} if protoimpl.UnsafeEnabled { - mi := &file_chat_v1_guilds_proto_msgTypes[40] + mi := &file_chat_v1_guilds_proto_msgTypes[41] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2262,7 +2320,7 @@ func (x *UnbanUserRequest) String() string { func (*UnbanUserRequest) ProtoMessage() {} func (x *UnbanUserRequest) ProtoReflect() protoreflect.Message { - mi := &file_chat_v1_guilds_proto_msgTypes[40] + mi := &file_chat_v1_guilds_proto_msgTypes[41] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2275,7 +2333,7 @@ func (x *UnbanUserRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use UnbanUserRequest.ProtoReflect.Descriptor instead. func (*UnbanUserRequest) Descriptor() ([]byte, []int) { - return file_chat_v1_guilds_proto_rawDescGZIP(), []int{40} + return file_chat_v1_guilds_proto_rawDescGZIP(), []int{41} } func (x *UnbanUserRequest) GetGuildId() uint64 { @@ -2302,7 +2360,7 @@ type UnbanUserResponse struct { func (x *UnbanUserResponse) Reset() { *x = UnbanUserResponse{} if protoimpl.UnsafeEnabled { - mi := &file_chat_v1_guilds_proto_msgTypes[41] + mi := &file_chat_v1_guilds_proto_msgTypes[42] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2315,7 +2373,7 @@ func (x *UnbanUserResponse) String() string { func (*UnbanUserResponse) ProtoMessage() {} func (x *UnbanUserResponse) ProtoReflect() protoreflect.Message { - mi := &file_chat_v1_guilds_proto_msgTypes[41] + mi := &file_chat_v1_guilds_proto_msgTypes[42] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2328,7 +2386,7 @@ func (x *UnbanUserResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use UnbanUserResponse.ProtoReflect.Descriptor instead. func (*UnbanUserResponse) Descriptor() ([]byte, []int) { - return file_chat_v1_guilds_proto_rawDescGZIP(), []int{41} + return file_chat_v1_guilds_proto_rawDescGZIP(), []int{42} } // Used in `GetBannedUsers` endpoint. @@ -2344,7 +2402,7 @@ type GetBannedUsersRequest struct { func (x *GetBannedUsersRequest) Reset() { *x = GetBannedUsersRequest{} if protoimpl.UnsafeEnabled { - mi := &file_chat_v1_guilds_proto_msgTypes[42] + mi := &file_chat_v1_guilds_proto_msgTypes[43] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2357,7 +2415,7 @@ func (x *GetBannedUsersRequest) String() string { func (*GetBannedUsersRequest) ProtoMessage() {} func (x *GetBannedUsersRequest) ProtoReflect() protoreflect.Message { - mi := &file_chat_v1_guilds_proto_msgTypes[42] + mi := &file_chat_v1_guilds_proto_msgTypes[43] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2370,7 +2428,7 @@ func (x *GetBannedUsersRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use GetBannedUsersRequest.ProtoReflect.Descriptor instead. func (*GetBannedUsersRequest) Descriptor() ([]byte, []int) { - return file_chat_v1_guilds_proto_rawDescGZIP(), []int{42} + return file_chat_v1_guilds_proto_rawDescGZIP(), []int{43} } func (x *GetBannedUsersRequest) GetGuildId() uint64 { @@ -2393,7 +2451,7 @@ type GetBannedUsersResponse struct { func (x *GetBannedUsersResponse) Reset() { *x = GetBannedUsersResponse{} if protoimpl.UnsafeEnabled { - mi := &file_chat_v1_guilds_proto_msgTypes[43] + mi := &file_chat_v1_guilds_proto_msgTypes[44] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2406,7 +2464,7 @@ func (x *GetBannedUsersResponse) String() string { func (*GetBannedUsersResponse) ProtoMessage() {} func (x *GetBannedUsersResponse) ProtoReflect() protoreflect.Message { - mi := &file_chat_v1_guilds_proto_msgTypes[43] + mi := &file_chat_v1_guilds_proto_msgTypes[44] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2419,7 +2477,7 @@ func (x *GetBannedUsersResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use GetBannedUsersResponse.ProtoReflect.Descriptor instead. func (*GetBannedUsersResponse) Descriptor() ([]byte, []int) { - return file_chat_v1_guilds_proto_rawDescGZIP(), []int{43} + return file_chat_v1_guilds_proto_rawDescGZIP(), []int{44} } func (x *GetBannedUsersResponse) GetBannedUsers() []uint64 { @@ -2444,7 +2502,7 @@ type GrantOwnershipRequest struct { func (x *GrantOwnershipRequest) Reset() { *x = GrantOwnershipRequest{} if protoimpl.UnsafeEnabled { - mi := &file_chat_v1_guilds_proto_msgTypes[44] + mi := &file_chat_v1_guilds_proto_msgTypes[45] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2457,7 +2515,7 @@ func (x *GrantOwnershipRequest) String() string { func (*GrantOwnershipRequest) ProtoMessage() {} func (x *GrantOwnershipRequest) ProtoReflect() protoreflect.Message { - mi := &file_chat_v1_guilds_proto_msgTypes[44] + mi := &file_chat_v1_guilds_proto_msgTypes[45] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2470,7 +2528,7 @@ func (x *GrantOwnershipRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use GrantOwnershipRequest.ProtoReflect.Descriptor instead. func (*GrantOwnershipRequest) Descriptor() ([]byte, []int) { - return file_chat_v1_guilds_proto_rawDescGZIP(), []int{44} + return file_chat_v1_guilds_proto_rawDescGZIP(), []int{45} } func (x *GrantOwnershipRequest) GetGuildId() uint64 { @@ -2497,7 +2555,7 @@ type GrantOwnershipResponse struct { func (x *GrantOwnershipResponse) Reset() { *x = GrantOwnershipResponse{} if protoimpl.UnsafeEnabled { - mi := &file_chat_v1_guilds_proto_msgTypes[45] + mi := &file_chat_v1_guilds_proto_msgTypes[46] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2510,7 +2568,7 @@ func (x *GrantOwnershipResponse) String() string { func (*GrantOwnershipResponse) ProtoMessage() {} func (x *GrantOwnershipResponse) ProtoReflect() protoreflect.Message { - mi := &file_chat_v1_guilds_proto_msgTypes[45] + mi := &file_chat_v1_guilds_proto_msgTypes[46] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2523,7 +2581,7 @@ func (x *GrantOwnershipResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use GrantOwnershipResponse.ProtoReflect.Descriptor instead. func (*GrantOwnershipResponse) Descriptor() ([]byte, []int) { - return file_chat_v1_guilds_proto_rawDescGZIP(), []int{45} + return file_chat_v1_guilds_proto_rawDescGZIP(), []int{46} } // Request for GiveUpOwnership @@ -2539,7 +2597,7 @@ type GiveUpOwnershipRequest struct { func (x *GiveUpOwnershipRequest) Reset() { *x = GiveUpOwnershipRequest{} if protoimpl.UnsafeEnabled { - mi := &file_chat_v1_guilds_proto_msgTypes[46] + mi := &file_chat_v1_guilds_proto_msgTypes[47] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2552,7 +2610,7 @@ func (x *GiveUpOwnershipRequest) String() string { func (*GiveUpOwnershipRequest) ProtoMessage() {} func (x *GiveUpOwnershipRequest) ProtoReflect() protoreflect.Message { - mi := &file_chat_v1_guilds_proto_msgTypes[46] + mi := &file_chat_v1_guilds_proto_msgTypes[47] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2565,7 +2623,7 @@ func (x *GiveUpOwnershipRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use GiveUpOwnershipRequest.ProtoReflect.Descriptor instead. func (*GiveUpOwnershipRequest) Descriptor() ([]byte, []int) { - return file_chat_v1_guilds_proto_rawDescGZIP(), []int{46} + return file_chat_v1_guilds_proto_rawDescGZIP(), []int{47} } func (x *GiveUpOwnershipRequest) GetGuildId() uint64 { @@ -2585,7 +2643,7 @@ type GiveUpOwnershipResponse struct { func (x *GiveUpOwnershipResponse) Reset() { *x = GiveUpOwnershipResponse{} if protoimpl.UnsafeEnabled { - mi := &file_chat_v1_guilds_proto_msgTypes[47] + mi := &file_chat_v1_guilds_proto_msgTypes[48] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2598,7 +2656,7 @@ func (x *GiveUpOwnershipResponse) String() string { func (*GiveUpOwnershipResponse) ProtoMessage() {} func (x *GiveUpOwnershipResponse) ProtoReflect() protoreflect.Message { - mi := &file_chat_v1_guilds_proto_msgTypes[47] + mi := &file_chat_v1_guilds_proto_msgTypes[48] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2611,7 +2669,7 @@ func (x *GiveUpOwnershipResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use GiveUpOwnershipResponse.ProtoReflect.Descriptor instead. func (*GiveUpOwnershipResponse) Descriptor() ([]byte, []int) { - return file_chat_v1_guilds_proto_rawDescGZIP(), []int{47} + return file_chat_v1_guilds_proto_rawDescGZIP(), []int{48} } // Used in `GetPendingInvites` endpoint. @@ -2624,7 +2682,7 @@ type GetPendingInvitesRequest struct { func (x *GetPendingInvitesRequest) Reset() { *x = GetPendingInvitesRequest{} if protoimpl.UnsafeEnabled { - mi := &file_chat_v1_guilds_proto_msgTypes[48] + mi := &file_chat_v1_guilds_proto_msgTypes[49] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2637,7 +2695,7 @@ func (x *GetPendingInvitesRequest) String() string { func (*GetPendingInvitesRequest) ProtoMessage() {} func (x *GetPendingInvitesRequest) ProtoReflect() protoreflect.Message { - mi := &file_chat_v1_guilds_proto_msgTypes[48] + mi := &file_chat_v1_guilds_proto_msgTypes[49] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2650,7 +2708,7 @@ func (x *GetPendingInvitesRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use GetPendingInvitesRequest.ProtoReflect.Descriptor instead. func (*GetPendingInvitesRequest) Descriptor() ([]byte, []int) { - return file_chat_v1_guilds_proto_rawDescGZIP(), []int{48} + return file_chat_v1_guilds_proto_rawDescGZIP(), []int{49} } // Used in `GetPendingInvites` endpoint. @@ -2666,7 +2724,7 @@ type GetPendingInvitesResponse struct { func (x *GetPendingInvitesResponse) Reset() { *x = GetPendingInvitesResponse{} if protoimpl.UnsafeEnabled { - mi := &file_chat_v1_guilds_proto_msgTypes[49] + mi := &file_chat_v1_guilds_proto_msgTypes[50] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2679,7 +2737,7 @@ func (x *GetPendingInvitesResponse) String() string { func (*GetPendingInvitesResponse) ProtoMessage() {} func (x *GetPendingInvitesResponse) ProtoReflect() protoreflect.Message { - mi := &file_chat_v1_guilds_proto_msgTypes[49] + mi := &file_chat_v1_guilds_proto_msgTypes[50] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2692,7 +2750,7 @@ func (x *GetPendingInvitesResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use GetPendingInvitesResponse.ProtoReflect.Descriptor instead. func (*GetPendingInvitesResponse) Descriptor() ([]byte, []int) { - return file_chat_v1_guilds_proto_rawDescGZIP(), []int{49} + return file_chat_v1_guilds_proto_rawDescGZIP(), []int{50} } func (x *GetPendingInvitesResponse) GetPendingInvites() []*PendingInvite { @@ -2717,7 +2775,7 @@ type RejectPendingInviteRequest struct { func (x *RejectPendingInviteRequest) Reset() { *x = RejectPendingInviteRequest{} if protoimpl.UnsafeEnabled { - mi := &file_chat_v1_guilds_proto_msgTypes[50] + mi := &file_chat_v1_guilds_proto_msgTypes[51] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2730,7 +2788,7 @@ func (x *RejectPendingInviteRequest) String() string { func (*RejectPendingInviteRequest) ProtoMessage() {} func (x *RejectPendingInviteRequest) ProtoReflect() protoreflect.Message { - mi := &file_chat_v1_guilds_proto_msgTypes[50] + mi := &file_chat_v1_guilds_proto_msgTypes[51] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2743,7 +2801,7 @@ func (x *RejectPendingInviteRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use RejectPendingInviteRequest.ProtoReflect.Descriptor instead. func (*RejectPendingInviteRequest) Descriptor() ([]byte, []int) { - return file_chat_v1_guilds_proto_rawDescGZIP(), []int{50} + return file_chat_v1_guilds_proto_rawDescGZIP(), []int{51} } func (x *RejectPendingInviteRequest) GetInviteId() string { @@ -2770,7 +2828,7 @@ type RejectPendingInviteResponse struct { func (x *RejectPendingInviteResponse) Reset() { *x = RejectPendingInviteResponse{} if protoimpl.UnsafeEnabled { - mi := &file_chat_v1_guilds_proto_msgTypes[51] + mi := &file_chat_v1_guilds_proto_msgTypes[52] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2783,7 +2841,7 @@ func (x *RejectPendingInviteResponse) String() string { func (*RejectPendingInviteResponse) ProtoMessage() {} func (x *RejectPendingInviteResponse) ProtoReflect() protoreflect.Message { - mi := &file_chat_v1_guilds_proto_msgTypes[51] + mi := &file_chat_v1_guilds_proto_msgTypes[52] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2796,7 +2854,7 @@ func (x *RejectPendingInviteResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use RejectPendingInviteResponse.ProtoReflect.Descriptor instead. func (*RejectPendingInviteResponse) Descriptor() ([]byte, []int) { - return file_chat_v1_guilds_proto_rawDescGZIP(), []int{51} + return file_chat_v1_guilds_proto_rawDescGZIP(), []int{52} } // Used in `IgnorePendingInvite` endpoint. @@ -2814,7 +2872,7 @@ type IgnorePendingInviteRequest struct { func (x *IgnorePendingInviteRequest) Reset() { *x = IgnorePendingInviteRequest{} if protoimpl.UnsafeEnabled { - mi := &file_chat_v1_guilds_proto_msgTypes[52] + mi := &file_chat_v1_guilds_proto_msgTypes[53] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2827,7 +2885,7 @@ func (x *IgnorePendingInviteRequest) String() string { func (*IgnorePendingInviteRequest) ProtoMessage() {} func (x *IgnorePendingInviteRequest) ProtoReflect() protoreflect.Message { - mi := &file_chat_v1_guilds_proto_msgTypes[52] + mi := &file_chat_v1_guilds_proto_msgTypes[53] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2840,7 +2898,7 @@ func (x *IgnorePendingInviteRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use IgnorePendingInviteRequest.ProtoReflect.Descriptor instead. func (*IgnorePendingInviteRequest) Descriptor() ([]byte, []int) { - return file_chat_v1_guilds_proto_rawDescGZIP(), []int{52} + return file_chat_v1_guilds_proto_rawDescGZIP(), []int{53} } func (x *IgnorePendingInviteRequest) GetInviteId() string { @@ -2867,7 +2925,7 @@ type IgnorePendingInviteResponse struct { func (x *IgnorePendingInviteResponse) Reset() { *x = IgnorePendingInviteResponse{} if protoimpl.UnsafeEnabled { - mi := &file_chat_v1_guilds_proto_msgTypes[53] + mi := &file_chat_v1_guilds_proto_msgTypes[54] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2880,7 +2938,7 @@ func (x *IgnorePendingInviteResponse) String() string { func (*IgnorePendingInviteResponse) ProtoMessage() {} func (x *IgnorePendingInviteResponse) ProtoReflect() protoreflect.Message { - mi := &file_chat_v1_guilds_proto_msgTypes[53] + mi := &file_chat_v1_guilds_proto_msgTypes[54] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2893,7 +2951,7 @@ func (x *IgnorePendingInviteResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use IgnorePendingInviteResponse.ProtoReflect.Descriptor instead. func (*IgnorePendingInviteResponse) Descriptor() ([]byte, []int) { - return file_chat_v1_guilds_proto_rawDescGZIP(), []int{53} + return file_chat_v1_guilds_proto_rawDescGZIP(), []int{54} } // Used in `InviteUserToGuild` endpoint. @@ -2913,7 +2971,7 @@ type InviteUserToGuildRequest struct { func (x *InviteUserToGuildRequest) Reset() { *x = InviteUserToGuildRequest{} if protoimpl.UnsafeEnabled { - mi := &file_chat_v1_guilds_proto_msgTypes[54] + mi := &file_chat_v1_guilds_proto_msgTypes[55] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2926,7 +2984,7 @@ func (x *InviteUserToGuildRequest) String() string { func (*InviteUserToGuildRequest) ProtoMessage() {} func (x *InviteUserToGuildRequest) ProtoReflect() protoreflect.Message { - mi := &file_chat_v1_guilds_proto_msgTypes[54] + mi := &file_chat_v1_guilds_proto_msgTypes[55] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2939,7 +2997,7 @@ func (x *InviteUserToGuildRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use InviteUserToGuildRequest.ProtoReflect.Descriptor instead. func (*InviteUserToGuildRequest) Descriptor() ([]byte, []int) { - return file_chat_v1_guilds_proto_rawDescGZIP(), []int{54} + return file_chat_v1_guilds_proto_rawDescGZIP(), []int{55} } func (x *InviteUserToGuildRequest) GetUserName() string { @@ -2973,7 +3031,7 @@ type InviteUserToGuildResponse struct { func (x *InviteUserToGuildResponse) Reset() { *x = InviteUserToGuildResponse{} if protoimpl.UnsafeEnabled { - mi := &file_chat_v1_guilds_proto_msgTypes[55] + mi := &file_chat_v1_guilds_proto_msgTypes[56] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2986,7 +3044,7 @@ func (x *InviteUserToGuildResponse) String() string { func (*InviteUserToGuildResponse) ProtoMessage() {} func (x *InviteUserToGuildResponse) ProtoReflect() protoreflect.Message { - mi := &file_chat_v1_guilds_proto_msgTypes[55] + mi := &file_chat_v1_guilds_proto_msgTypes[56] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2999,7 +3057,7 @@ func (x *InviteUserToGuildResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use InviteUserToGuildResponse.ProtoReflect.Descriptor instead. func (*InviteUserToGuildResponse) Descriptor() ([]byte, []int) { - return file_chat_v1_guilds_proto_rawDescGZIP(), []int{55} + return file_chat_v1_guilds_proto_rawDescGZIP(), []int{56} } // A "normal" guild as in a guild that allows multiple channels. @@ -3012,7 +3070,7 @@ type GuildKind_Normal struct { func (x *GuildKind_Normal) Reset() { *x = GuildKind_Normal{} if protoimpl.UnsafeEnabled { - mi := &file_chat_v1_guilds_proto_msgTypes[56] + mi := &file_chat_v1_guilds_proto_msgTypes[57] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3025,7 +3083,7 @@ func (x *GuildKind_Normal) String() string { func (*GuildKind_Normal) ProtoMessage() {} func (x *GuildKind_Normal) ProtoReflect() protoreflect.Message { - mi := &file_chat_v1_guilds_proto_msgTypes[56] + mi := &file_chat_v1_guilds_proto_msgTypes[57] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3053,7 +3111,7 @@ type GuildKind_Room struct { func (x *GuildKind_Room) Reset() { *x = GuildKind_Room{} if protoimpl.UnsafeEnabled { - mi := &file_chat_v1_guilds_proto_msgTypes[57] + mi := &file_chat_v1_guilds_proto_msgTypes[58] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3066,7 +3124,7 @@ func (x *GuildKind_Room) String() string { func (*GuildKind_Room) ProtoMessage() {} func (x *GuildKind_Room) ProtoReflect() protoreflect.Message { - mi := &file_chat_v1_guilds_proto_msgTypes[57] + mi := &file_chat_v1_guilds_proto_msgTypes[58] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3105,7 +3163,7 @@ type GuildKind_DirectMessage struct { func (x *GuildKind_DirectMessage) Reset() { *x = GuildKind_DirectMessage{} if protoimpl.UnsafeEnabled { - mi := &file_chat_v1_guilds_proto_msgTypes[58] + mi := &file_chat_v1_guilds_proto_msgTypes[59] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3118,7 +3176,7 @@ func (x *GuildKind_DirectMessage) String() string { func (*GuildKind_DirectMessage) ProtoMessage() {} func (x *GuildKind_DirectMessage) ProtoReflect() protoreflect.Message { - mi := &file_chat_v1_guilds_proto_msgTypes[58] + mi := &file_chat_v1_guilds_proto_msgTypes[59] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3180,45 +3238,37 @@ var file_chat_v1_guilds_proto_rawDesc = []byte{ 0x6d, 0x6f, 0x6e, 0x79, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x48, 0x01, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x88, 0x01, 0x01, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x70, 0x69, 0x63, 0x74, 0x75, 0x72, 0x65, - 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0x4a, 0x0a, - 0x06, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x12, 0x23, 0x0a, 0x0d, 0x70, 0x6f, 0x73, 0x73, 0x69, - 0x62, 0x6c, 0x65, 0x5f, 0x75, 0x73, 0x65, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0c, - 0x70, 0x6f, 0x73, 0x73, 0x69, 0x62, 0x6c, 0x65, 0x55, 0x73, 0x65, 0x73, 0x12, 0x1b, 0x0a, 0x09, - 0x75, 0x73, 0x65, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x08, 0x75, 0x73, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x5d, 0x0a, 0x0c, 0x49, 0x6e, 0x76, - 0x69, 0x74, 0x65, 0x57, 0x69, 0x74, 0x68, 0x49, 0x64, 0x12, 0x1b, 0x0a, 0x09, 0x69, 0x6e, 0x76, - 0x69, 0x74, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x69, 0x6e, - 0x76, 0x69, 0x74, 0x65, 0x49, 0x64, 0x12, 0x30, 0x0a, 0x06, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, - 0x6c, 0x2e, 0x63, 0x68, 0x61, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, - 0x52, 0x06, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x22, 0x7b, 0x0a, 0x0d, 0x50, 0x65, 0x6e, 0x64, - 0x69, 0x6e, 0x67, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x69, 0x6e, 0x76, - 0x69, 0x74, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x69, 0x6e, - 0x76, 0x69, 0x74, 0x65, 0x49, 0x64, 0x12, 0x20, 0x0a, 0x09, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, - 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x08, 0x73, 0x65, 0x72, - 0x76, 0x65, 0x72, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x1d, 0x0a, 0x0a, 0x69, 0x6e, 0x76, 0x69, - 0x74, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x69, 0x6e, - 0x76, 0x69, 0x74, 0x65, 0x72, 0x49, 0x64, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x73, 0x65, 0x72, 0x76, - 0x65, 0x72, 0x5f, 0x69, 0x64, 0x22, 0x48, 0x0a, 0x0e, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x4c, 0x69, - 0x73, 0x74, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x19, 0x0a, 0x08, 0x67, 0x75, 0x69, 0x6c, 0x64, - 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, - 0x49, 0x64, 0x12, 0x1b, 0x0a, 0x09, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x49, 0x64, 0x22, - 0xa5, 0x01, 0x0a, 0x12, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x52, - 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1d, 0x0a, 0x07, 0x70, 0x69, - 0x63, 0x74, 0x75, 0x72, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x07, 0x70, - 0x69, 0x63, 0x74, 0x75, 0x72, 0x65, 0x88, 0x01, 0x01, 0x12, 0x43, 0x0a, 0x08, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x70, 0x72, - 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x2e, 0x68, 0x61, 0x72, 0x6d, 0x6f, 0x6e, 0x79, 0x74, 0x79, - 0x70, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x48, - 0x01, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x88, 0x01, 0x01, 0x42, 0x0a, - 0x0a, 0x08, 0x5f, 0x70, 0x69, 0x63, 0x74, 0x75, 0x72, 0x65, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0x30, 0x0a, 0x13, 0x43, 0x72, 0x65, 0x61, 0x74, - 0x65, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x19, - 0x0a, 0x08, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, - 0x52, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x22, 0xa4, 0x01, 0x0a, 0x11, 0x43, 0x72, - 0x65, 0x61, 0x74, 0x65, 0x52, 0x6f, 0x6f, 0x6d, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0x57, 0x0a, + 0x0b, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x57, 0x69, 0x74, 0x68, 0x49, 0x64, 0x12, 0x19, 0x0a, 0x08, + 0x67, 0x75, 0x69, 0x6c, 0x64, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, + 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x12, 0x2d, 0x0a, 0x05, 0x67, 0x75, 0x69, 0x6c, 0x64, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, + 0x6c, 0x2e, 0x63, 0x68, 0x61, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x52, + 0x05, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x22, 0x4a, 0x0a, 0x06, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, + 0x12, 0x23, 0x0a, 0x0d, 0x70, 0x6f, 0x73, 0x73, 0x69, 0x62, 0x6c, 0x65, 0x5f, 0x75, 0x73, 0x65, + 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0c, 0x70, 0x6f, 0x73, 0x73, 0x69, 0x62, 0x6c, + 0x65, 0x55, 0x73, 0x65, 0x73, 0x12, 0x1b, 0x0a, 0x09, 0x75, 0x73, 0x65, 0x5f, 0x63, 0x6f, 0x75, + 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x75, 0x73, 0x65, 0x43, 0x6f, 0x75, + 0x6e, 0x74, 0x22, 0x5d, 0x0a, 0x0c, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x57, 0x69, 0x74, 0x68, + 0x49, 0x64, 0x12, 0x1b, 0x0a, 0x09, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x5f, 0x69, 0x64, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x49, 0x64, 0x12, + 0x30, 0x0a, 0x06, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x18, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x2e, 0x63, 0x68, 0x61, 0x74, 0x2e, + 0x76, 0x31, 0x2e, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x52, 0x06, 0x69, 0x6e, 0x76, 0x69, 0x74, + 0x65, 0x22, 0x7b, 0x0a, 0x0d, 0x50, 0x65, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x49, 0x6e, 0x76, 0x69, + 0x74, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x5f, 0x69, 0x64, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x49, 0x64, 0x12, + 0x20, 0x0a, 0x09, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x48, 0x00, 0x52, 0x08, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x49, 0x64, 0x88, 0x01, + 0x01, 0x12, 0x1d, 0x0a, 0x0a, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x72, 0x49, 0x64, + 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x22, 0x48, + 0x0a, 0x0e, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x45, 0x6e, 0x74, 0x72, 0x79, + 0x12, 0x19, 0x0a, 0x08, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x04, 0x52, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x12, 0x1b, 0x0a, 0x09, 0x73, + 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, + 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x49, 0x64, 0x22, 0xa5, 0x01, 0x0a, 0x12, 0x43, 0x72, 0x65, + 0x61, 0x74, 0x65, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1d, 0x0a, 0x07, 0x70, 0x69, 0x63, 0x74, 0x75, 0x72, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x07, 0x70, 0x69, 0x63, 0x74, 0x75, 0x72, 0x65, 0x88, @@ -3228,205 +3278,219 @@ var file_chat_v1_guilds_proto_rawDesc = []byte{ 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x48, 0x01, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x88, 0x01, 0x01, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x70, 0x69, 0x63, 0x74, 0x75, 0x72, 0x65, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x22, 0x2f, 0x0a, 0x12, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x6f, 0x6f, 0x6d, 0x52, 0x65, - 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x19, 0x0a, 0x08, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x5f, - 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, - 0x64, 0x22, 0x69, 0x0a, 0x1a, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x44, 0x69, 0x72, 0x65, 0x63, - 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, - 0x1b, 0x0a, 0x09, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x08, 0x75, 0x73, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x09, - 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x48, - 0x00, 0x52, 0x08, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x49, 0x64, 0x88, 0x01, 0x01, 0x42, 0x0c, - 0x0a, 0x0a, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x22, 0x38, 0x0a, 0x1b, - 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x44, 0x69, 0x72, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x73, 0x73, - 0x61, 0x67, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x19, 0x0a, 0x08, 0x67, - 0x75, 0x69, 0x6c, 0x64, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x67, - 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x22, 0x69, 0x0a, 0x13, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, - 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x19, 0x0a, - 0x08, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, - 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x23, 0x0a, 0x0d, - 0x70, 0x6f, 0x73, 0x73, 0x69, 0x62, 0x6c, 0x65, 0x5f, 0x75, 0x73, 0x65, 0x73, 0x18, 0x03, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x0c, 0x70, 0x6f, 0x73, 0x73, 0x69, 0x62, 0x6c, 0x65, 0x55, 0x73, 0x65, - 0x73, 0x22, 0x33, 0x0a, 0x14, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x76, 0x69, 0x74, - 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x69, 0x6e, 0x76, - 0x69, 0x74, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x69, 0x6e, - 0x76, 0x69, 0x74, 0x65, 0x49, 0x64, 0x22, 0x15, 0x0a, 0x13, 0x47, 0x65, 0x74, 0x47, 0x75, 0x69, - 0x6c, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x50, 0x0a, - 0x14, 0x47, 0x65, 0x74, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, - 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x38, 0x0a, 0x06, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x73, 0x18, - 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, - 0x2e, 0x63, 0x68, 0x61, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x4c, 0x69, - 0x73, 0x74, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x06, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x73, 0x22, - 0x2c, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, - 0x73, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x5f, 0x69, 0x64, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x22, 0x41, 0x0a, - 0x10, 0x47, 0x65, 0x74, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, - 0x65, 0x12, 0x2d, 0x0a, 0x05, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x17, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x2e, 0x63, 0x68, 0x61, 0x74, - 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x05, 0x67, 0x75, 0x69, 0x6c, 0x64, - 0x22, 0x33, 0x0a, 0x16, 0x47, 0x65, 0x74, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x6e, 0x76, 0x69, - 0x74, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x67, 0x75, - 0x69, 0x6c, 0x64, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x67, 0x75, - 0x69, 0x6c, 0x64, 0x49, 0x64, 0x22, 0x53, 0x0a, 0x17, 0x47, 0x65, 0x74, 0x47, 0x75, 0x69, 0x6c, - 0x64, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, - 0x12, 0x38, 0x0a, 0x07, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, - 0x0b, 0x32, 0x1e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x2e, 0x63, 0x68, 0x61, - 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x57, 0x69, 0x74, 0x68, 0x49, - 0x64, 0x52, 0x07, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x73, 0x22, 0x33, 0x0a, 0x16, 0x47, 0x65, - 0x74, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x52, 0x65, 0x71, - 0x75, 0x65, 0x73, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x5f, 0x69, 0x64, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x22, - 0x33, 0x0a, 0x17, 0x47, 0x65, 0x74, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x4d, 0x65, 0x6d, 0x62, 0x65, - 0x72, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, - 0x6d, 0x62, 0x65, 0x72, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x04, 0x52, 0x07, 0x6d, 0x65, 0x6d, - 0x62, 0x65, 0x72, 0x73, 0x22, 0xfa, 0x01, 0x0a, 0x1d, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x47, - 0x75, 0x69, 0x6c, 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, - 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x5f, - 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, - 0x64, 0x12, 0x1e, 0x0a, 0x08, 0x6e, 0x65, 0x77, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x07, 0x6e, 0x65, 0x77, 0x4e, 0x61, 0x6d, 0x65, 0x88, 0x01, - 0x01, 0x12, 0x24, 0x0a, 0x0b, 0x6e, 0x65, 0x77, 0x5f, 0x70, 0x69, 0x63, 0x74, 0x75, 0x72, 0x65, - 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x48, 0x01, 0x52, 0x0a, 0x6e, 0x65, 0x77, 0x50, 0x69, 0x63, - 0x74, 0x75, 0x72, 0x65, 0x88, 0x01, 0x01, 0x12, 0x4a, 0x0a, 0x0c, 0x6e, 0x65, 0x77, 0x5f, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, + 0x22, 0x30, 0x0a, 0x13, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x52, + 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x19, 0x0a, 0x08, 0x67, 0x75, 0x69, 0x6c, 0x64, + 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, + 0x49, 0x64, 0x22, 0xa4, 0x01, 0x0a, 0x11, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x6f, 0x6f, + 0x6d, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1d, 0x0a, 0x07, + 0x70, 0x69, 0x63, 0x74, 0x75, 0x72, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, + 0x07, 0x70, 0x69, 0x63, 0x74, 0x75, 0x72, 0x65, 0x88, 0x01, 0x01, 0x12, 0x43, 0x0a, 0x08, 0x6d, + 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x2e, 0x68, 0x61, 0x72, 0x6d, 0x6f, 0x6e, 0x79, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x48, 0x02, 0x52, 0x0b, 0x6e, 0x65, 0x77, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x88, 0x01, 0x01, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x6e, 0x65, 0x77, 0x5f, 0x6e, 0x61, 0x6d, 0x65, - 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x6e, 0x65, 0x77, 0x5f, 0x70, 0x69, 0x63, 0x74, 0x75, 0x72, 0x65, - 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x6e, 0x65, 0x77, 0x5f, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x22, 0x20, 0x0a, 0x1e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x47, 0x75, 0x69, 0x6c, 0x64, - 0x49, 0x6e, 0x66, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, - 0x6e, 0x73, 0x65, 0x22, 0x36, 0x0a, 0x19, 0x55, 0x70, 0x67, 0x72, 0x61, 0x64, 0x65, 0x52, 0x6f, - 0x6f, 0x6d, 0x54, 0x6f, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, - 0x12, 0x19, 0x0a, 0x08, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x04, 0x52, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x22, 0x1c, 0x0a, 0x1a, 0x55, - 0x70, 0x67, 0x72, 0x61, 0x64, 0x65, 0x52, 0x6f, 0x6f, 0x6d, 0x54, 0x6f, 0x47, 0x75, 0x69, 0x6c, - 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x2f, 0x0a, 0x12, 0x44, 0x65, 0x6c, - 0x65, 0x74, 0x65, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x61, 0x48, 0x01, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x88, 0x01, 0x01, + 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x70, 0x69, 0x63, 0x74, 0x75, 0x72, 0x65, 0x42, 0x0b, 0x0a, 0x09, + 0x5f, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0x2f, 0x0a, 0x12, 0x43, 0x72, 0x65, + 0x61, 0x74, 0x65, 0x52, 0x6f, 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x19, 0x0a, 0x08, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x04, 0x52, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x22, 0x15, 0x0a, 0x13, 0x44, 0x65, - 0x6c, 0x65, 0x74, 0x65, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, - 0x65, 0x22, 0x4d, 0x0a, 0x13, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x49, 0x6e, 0x76, 0x69, 0x74, - 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x67, 0x75, 0x69, 0x6c, - 0x64, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x67, 0x75, 0x69, 0x6c, - 0x64, 0x49, 0x64, 0x12, 0x1b, 0x0a, 0x09, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x5f, 0x69, 0x64, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x49, 0x64, - 0x22, 0x16, 0x0a, 0x14, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, - 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x2f, 0x0a, 0x10, 0x4a, 0x6f, 0x69, 0x6e, - 0x47, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1b, 0x0a, 0x09, - 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, - 0x08, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x49, 0x64, 0x22, 0x2e, 0x0a, 0x11, 0x4a, 0x6f, 0x69, - 0x6e, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x19, - 0x0a, 0x08, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, - 0x52, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x22, 0x32, 0x0a, 0x13, 0x50, 0x72, 0x65, - 0x76, 0x69, 0x65, 0x77, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, - 0x12, 0x1b, 0x0a, 0x09, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x09, 0x52, 0x08, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x49, 0x64, 0x22, 0x78, 0x0a, - 0x14, 0x50, 0x72, 0x65, 0x76, 0x69, 0x65, 0x77, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x65, 0x73, - 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1d, 0x0a, 0x07, 0x70, 0x69, 0x63, - 0x74, 0x75, 0x72, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x07, 0x70, 0x69, - 0x63, 0x74, 0x75, 0x72, 0x65, 0x88, 0x01, 0x01, 0x12, 0x21, 0x0a, 0x0c, 0x6d, 0x65, 0x6d, 0x62, - 0x65, 0x72, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, - 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x42, 0x0a, 0x0a, 0x08, 0x5f, - 0x70, 0x69, 0x63, 0x74, 0x75, 0x72, 0x65, 0x22, 0x2e, 0x0a, 0x11, 0x4c, 0x65, 0x61, 0x76, 0x65, - 0x47, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x19, 0x0a, 0x08, - 0x67, 0x75, 0x69, 0x6c, 0x64, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, - 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x22, 0x14, 0x0a, 0x12, 0x4c, 0x65, 0x61, 0x76, 0x65, - 0x47, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x44, 0x0a, - 0x0e, 0x42, 0x61, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x04, 0x52, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x22, 0x69, 0x0a, 0x1a, 0x43, 0x72, + 0x65, 0x61, 0x74, 0x65, 0x44, 0x69, 0x72, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, + 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1b, 0x0a, 0x09, 0x75, 0x73, 0x65, 0x72, + 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x75, 0x73, 0x65, + 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x09, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, + 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x08, 0x73, 0x65, 0x72, 0x76, + 0x65, 0x72, 0x49, 0x64, 0x88, 0x01, 0x01, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x73, 0x65, 0x72, 0x76, + 0x65, 0x72, 0x5f, 0x69, 0x64, 0x22, 0x38, 0x0a, 0x1b, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x44, + 0x69, 0x72, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x73, 0x70, + 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x19, 0x0a, 0x08, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x5f, 0x69, 0x64, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x22, + 0x69, 0x0a, 0x13, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x5f, + 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, + 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x23, 0x0a, 0x0d, 0x70, 0x6f, 0x73, 0x73, 0x69, 0x62, 0x6c, + 0x65, 0x5f, 0x75, 0x73, 0x65, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0c, 0x70, 0x6f, + 0x73, 0x73, 0x69, 0x62, 0x6c, 0x65, 0x55, 0x73, 0x65, 0x73, 0x22, 0x33, 0x0a, 0x14, 0x43, 0x72, + 0x65, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, + 0x73, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x5f, 0x69, 0x64, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x49, 0x64, 0x22, + 0x15, 0x0a, 0x13, 0x47, 0x65, 0x74, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x50, 0x0a, 0x14, 0x47, 0x65, 0x74, 0x47, 0x75, 0x69, + 0x6c, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x38, + 0x0a, 0x06, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x20, + 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x2e, 0x63, 0x68, 0x61, 0x74, 0x2e, 0x76, + 0x31, 0x2e, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x45, 0x6e, 0x74, 0x72, 0x79, + 0x52, 0x06, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x73, 0x22, 0x2c, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x47, + 0x75, 0x69, 0x6c, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x67, + 0x75, 0x69, 0x6c, 0x64, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x67, + 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x22, 0x41, 0x0a, 0x10, 0x47, 0x65, 0x74, 0x47, 0x75, 0x69, + 0x6c, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2d, 0x0a, 0x05, 0x67, 0x75, + 0x69, 0x6c, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x70, 0x72, 0x6f, 0x74, + 0x6f, 0x63, 0x6f, 0x6c, 0x2e, 0x63, 0x68, 0x61, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x75, 0x69, + 0x6c, 0x64, 0x52, 0x05, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x22, 0x33, 0x0a, 0x16, 0x47, 0x65, 0x74, + 0x47, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x5f, 0x69, 0x64, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x22, 0x53, + 0x0a, 0x17, 0x47, 0x65, 0x74, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, + 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x38, 0x0a, 0x07, 0x69, 0x6e, 0x76, + 0x69, 0x74, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x70, 0x72, 0x6f, + 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x2e, 0x63, 0x68, 0x61, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x6e, + 0x76, 0x69, 0x74, 0x65, 0x57, 0x69, 0x74, 0x68, 0x49, 0x64, 0x52, 0x07, 0x69, 0x6e, 0x76, 0x69, + 0x74, 0x65, 0x73, 0x22, 0x33, 0x0a, 0x16, 0x47, 0x65, 0x74, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x4d, + 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x19, 0x0a, + 0x08, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, + 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x22, 0x33, 0x0a, 0x17, 0x47, 0x65, 0x74, 0x47, + 0x75, 0x69, 0x6c, 0x64, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, + 0x6e, 0x73, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x18, 0x01, + 0x20, 0x03, 0x28, 0x04, 0x52, 0x07, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x22, 0xfa, 0x01, + 0x0a, 0x1d, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x6e, 0x66, + 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x04, 0x52, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x75, 0x73, - 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x75, 0x73, 0x65, - 0x72, 0x49, 0x64, 0x22, 0x11, 0x0a, 0x0f, 0x42, 0x61, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, - 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x45, 0x0a, 0x0f, 0x4b, 0x69, 0x63, 0x6b, 0x55, 0x73, - 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x67, 0x75, 0x69, + 0x04, 0x52, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x08, 0x6e, 0x65, + 0x77, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x07, + 0x6e, 0x65, 0x77, 0x4e, 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x24, 0x0a, 0x0b, 0x6e, 0x65, + 0x77, 0x5f, 0x70, 0x69, 0x63, 0x74, 0x75, 0x72, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x48, + 0x01, 0x52, 0x0a, 0x6e, 0x65, 0x77, 0x50, 0x69, 0x63, 0x74, 0x75, 0x72, 0x65, 0x88, 0x01, 0x01, + 0x12, 0x4a, 0x0a, 0x0c, 0x6e, 0x65, 0x77, 0x5f, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, + 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, + 0x6c, 0x2e, 0x68, 0x61, 0x72, 0x6d, 0x6f, 0x6e, 0x79, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2e, 0x76, + 0x31, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x48, 0x02, 0x52, 0x0b, 0x6e, 0x65, + 0x77, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x88, 0x01, 0x01, 0x42, 0x0b, 0x0a, 0x09, + 0x5f, 0x6e, 0x65, 0x77, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x6e, 0x65, + 0x77, 0x5f, 0x70, 0x69, 0x63, 0x74, 0x75, 0x72, 0x65, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x6e, 0x65, + 0x77, 0x5f, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0x20, 0x0a, 0x1e, 0x55, 0x70, + 0x64, 0x61, 0x74, 0x65, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x72, 0x6d, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x36, 0x0a, 0x19, + 0x55, 0x70, 0x67, 0x72, 0x61, 0x64, 0x65, 0x52, 0x6f, 0x6f, 0x6d, 0x54, 0x6f, 0x47, 0x75, 0x69, + 0x6c, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x67, 0x75, 0x69, - 0x6c, 0x64, 0x49, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x22, 0x12, 0x0a, - 0x10, 0x4b, 0x69, 0x63, 0x6b, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, - 0x65, 0x22, 0x46, 0x0a, 0x10, 0x55, 0x6e, 0x62, 0x61, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, + 0x6c, 0x64, 0x49, 0x64, 0x22, 0x1c, 0x0a, 0x1a, 0x55, 0x70, 0x67, 0x72, 0x61, 0x64, 0x65, 0x52, + 0x6f, 0x6f, 0x6d, 0x54, 0x6f, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, + 0x73, 0x65, 0x22, 0x2f, 0x0a, 0x12, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x47, 0x75, 0x69, 0x6c, + 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x67, 0x75, 0x69, 0x6c, + 0x64, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x67, 0x75, 0x69, 0x6c, + 0x64, 0x49, 0x64, 0x22, 0x15, 0x0a, 0x13, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x47, 0x75, 0x69, + 0x6c, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x4d, 0x0a, 0x13, 0x44, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x12, 0x19, 0x0a, 0x08, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x04, 0x52, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x12, 0x1b, 0x0a, 0x09, + 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x08, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x49, 0x64, 0x22, 0x16, 0x0a, 0x14, 0x44, 0x65, 0x6c, + 0x65, 0x74, 0x65, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, + 0x65, 0x22, 0x2f, 0x0a, 0x10, 0x4a, 0x6f, 0x69, 0x6e, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1b, 0x0a, 0x09, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x5f, + 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, + 0x49, 0x64, 0x22, 0x2e, 0x0a, 0x11, 0x4a, 0x6f, 0x69, 0x6e, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x52, + 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x19, 0x0a, 0x08, 0x67, 0x75, 0x69, 0x6c, 0x64, + 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, + 0x49, 0x64, 0x22, 0x32, 0x0a, 0x13, 0x50, 0x72, 0x65, 0x76, 0x69, 0x65, 0x77, 0x47, 0x75, 0x69, + 0x6c, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1b, 0x0a, 0x09, 0x69, 0x6e, 0x76, + 0x69, 0x74, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x69, 0x6e, + 0x76, 0x69, 0x74, 0x65, 0x49, 0x64, 0x22, 0x78, 0x0a, 0x14, 0x50, 0x72, 0x65, 0x76, 0x69, 0x65, + 0x77, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x12, + 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x12, 0x1d, 0x0a, 0x07, 0x70, 0x69, 0x63, 0x74, 0x75, 0x72, 0x65, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x07, 0x70, 0x69, 0x63, 0x74, 0x75, 0x72, 0x65, 0x88, 0x01, + 0x01, 0x12, 0x21, 0x0a, 0x0c, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x5f, 0x63, 0x6f, 0x75, 0x6e, + 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x43, + 0x6f, 0x75, 0x6e, 0x74, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x70, 0x69, 0x63, 0x74, 0x75, 0x72, 0x65, + 0x22, 0x2e, 0x0a, 0x11, 0x4c, 0x65, 0x61, 0x76, 0x65, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, - 0x12, 0x17, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, - 0x04, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x22, 0x13, 0x0a, 0x11, 0x55, 0x6e, 0x62, - 0x61, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x32, - 0x0a, 0x15, 0x47, 0x65, 0x74, 0x42, 0x61, 0x6e, 0x6e, 0x65, 0x64, 0x55, 0x73, 0x65, 0x72, 0x73, - 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x67, 0x75, 0x69, 0x6c, 0x64, - 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, - 0x49, 0x64, 0x22, 0x3b, 0x0a, 0x16, 0x47, 0x65, 0x74, 0x42, 0x61, 0x6e, 0x6e, 0x65, 0x64, 0x55, - 0x73, 0x65, 0x72, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x21, 0x0a, 0x0c, - 0x62, 0x61, 0x6e, 0x6e, 0x65, 0x64, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x73, 0x18, 0x01, 0x20, 0x03, - 0x28, 0x04, 0x52, 0x0b, 0x62, 0x61, 0x6e, 0x6e, 0x65, 0x64, 0x55, 0x73, 0x65, 0x72, 0x73, 0x22, - 0x54, 0x0a, 0x15, 0x47, 0x72, 0x61, 0x6e, 0x74, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x73, 0x68, 0x69, - 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x67, 0x75, 0x69, 0x6c, + 0x22, 0x14, 0x0a, 0x12, 0x4c, 0x65, 0x61, 0x76, 0x65, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x65, + 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x44, 0x0a, 0x0e, 0x42, 0x61, 0x6e, 0x55, 0x73, 0x65, + 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x67, 0x75, 0x69, 0x6c, - 0x64, 0x49, 0x64, 0x12, 0x20, 0x0a, 0x0c, 0x6e, 0x65, 0x77, 0x5f, 0x6f, 0x77, 0x6e, 0x65, 0x72, - 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0a, 0x6e, 0x65, 0x77, 0x4f, 0x77, - 0x6e, 0x65, 0x72, 0x49, 0x64, 0x22, 0x18, 0x0a, 0x16, 0x47, 0x72, 0x61, 0x6e, 0x74, 0x4f, 0x77, - 0x6e, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, - 0x33, 0x0a, 0x16, 0x47, 0x69, 0x76, 0x65, 0x55, 0x70, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x73, 0x68, - 0x69, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x67, 0x75, 0x69, - 0x6c, 0x64, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x67, 0x75, 0x69, - 0x6c, 0x64, 0x49, 0x64, 0x22, 0x19, 0x0a, 0x17, 0x47, 0x69, 0x76, 0x65, 0x55, 0x70, 0x4f, 0x77, - 0x6e, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, - 0x1a, 0x0a, 0x18, 0x47, 0x65, 0x74, 0x50, 0x65, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x49, 0x6e, 0x76, - 0x69, 0x74, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x65, 0x0a, 0x19, 0x47, - 0x65, 0x74, 0x50, 0x65, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x73, - 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x48, 0x0a, 0x0f, 0x70, 0x65, 0x6e, 0x64, - 0x69, 0x6e, 0x67, 0x5f, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, - 0x0b, 0x32, 0x1f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x2e, 0x63, 0x68, 0x61, - 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x65, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x49, 0x6e, 0x76, 0x69, - 0x74, 0x65, 0x52, 0x0e, 0x70, 0x65, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x49, 0x6e, 0x76, 0x69, 0x74, - 0x65, 0x73, 0x22, 0x69, 0x0a, 0x1a, 0x52, 0x65, 0x6a, 0x65, 0x63, 0x74, 0x50, 0x65, 0x6e, 0x64, - 0x69, 0x6e, 0x67, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, - 0x12, 0x1b, 0x0a, 0x09, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x09, 0x52, 0x08, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x49, 0x64, 0x12, 0x20, 0x0a, - 0x09, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, - 0x48, 0x00, 0x52, 0x08, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x49, 0x64, 0x88, 0x01, 0x01, 0x42, - 0x0c, 0x0a, 0x0a, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x22, 0x1d, 0x0a, - 0x1b, 0x52, 0x65, 0x6a, 0x65, 0x63, 0x74, 0x50, 0x65, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x49, 0x6e, - 0x76, 0x69, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x69, 0x0a, 0x1a, - 0x49, 0x67, 0x6e, 0x6f, 0x72, 0x65, 0x50, 0x65, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x49, 0x6e, 0x76, - 0x69, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1b, 0x0a, 0x09, 0x69, 0x6e, - 0x76, 0x69, 0x74, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x69, - 0x6e, 0x76, 0x69, 0x74, 0x65, 0x49, 0x64, 0x12, 0x20, 0x0a, 0x09, 0x73, 0x65, 0x72, 0x76, 0x65, - 0x72, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x08, 0x73, 0x65, - 0x72, 0x76, 0x65, 0x72, 0x49, 0x64, 0x88, 0x01, 0x01, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x73, 0x65, - 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x22, 0x1d, 0x0a, 0x1b, 0x49, 0x67, 0x6e, 0x6f, 0x72, - 0x65, 0x50, 0x65, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x52, 0x65, - 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x82, 0x01, 0x0a, 0x18, 0x49, 0x6e, 0x76, 0x69, 0x74, - 0x65, 0x55, 0x73, 0x65, 0x72, 0x54, 0x6f, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x65, 0x71, 0x75, - 0x65, 0x73, 0x74, 0x12, 0x1b, 0x0a, 0x09, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x6e, 0x61, 0x6d, 0x65, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x75, 0x73, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, + 0x64, 0x49, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x22, 0x11, 0x0a, 0x0f, + 0x42, 0x61, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, + 0x45, 0x0a, 0x0f, 0x4b, 0x69, 0x63, 0x6b, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x5f, 0x69, 0x64, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x12, 0x17, 0x0a, + 0x07, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, + 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x22, 0x12, 0x0a, 0x10, 0x4b, 0x69, 0x63, 0x6b, 0x55, 0x73, + 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x46, 0x0a, 0x10, 0x55, 0x6e, + 0x62, 0x61, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x19, + 0x0a, 0x08, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, + 0x52, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x75, 0x73, 0x65, + 0x72, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, + 0x49, 0x64, 0x22, 0x13, 0x0a, 0x11, 0x55, 0x6e, 0x62, 0x61, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x52, + 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x32, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x42, 0x61, + 0x6e, 0x6e, 0x65, 0x64, 0x55, 0x73, 0x65, 0x72, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x19, 0x0a, 0x08, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x04, 0x52, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x22, 0x3b, 0x0a, 0x16, 0x47, + 0x65, 0x74, 0x42, 0x61, 0x6e, 0x6e, 0x65, 0x64, 0x55, 0x73, 0x65, 0x72, 0x73, 0x52, 0x65, 0x73, + 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x62, 0x61, 0x6e, 0x6e, 0x65, 0x64, 0x5f, + 0x75, 0x73, 0x65, 0x72, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x04, 0x52, 0x0b, 0x62, 0x61, 0x6e, + 0x6e, 0x65, 0x64, 0x55, 0x73, 0x65, 0x72, 0x73, 0x22, 0x54, 0x0a, 0x15, 0x47, 0x72, 0x61, 0x6e, + 0x74, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x12, 0x19, 0x0a, 0x08, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x04, 0x52, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x12, 0x20, 0x0a, 0x0c, + 0x6e, 0x65, 0x77, 0x5f, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x04, 0x52, 0x0a, 0x6e, 0x65, 0x77, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x49, 0x64, 0x22, 0x18, + 0x0a, 0x16, 0x47, 0x72, 0x61, 0x6e, 0x74, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, + 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x33, 0x0a, 0x16, 0x47, 0x69, 0x76, 0x65, + 0x55, 0x70, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x5f, 0x69, 0x64, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x22, 0x19, 0x0a, + 0x17, 0x47, 0x69, 0x76, 0x65, 0x55, 0x70, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, + 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x1a, 0x0a, 0x18, 0x47, 0x65, 0x74, 0x50, + 0x65, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x73, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x22, 0x65, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x50, 0x65, 0x6e, 0x64, 0x69, + 0x6e, 0x67, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, + 0x65, 0x12, 0x48, 0x0a, 0x0f, 0x70, 0x65, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x5f, 0x69, 0x6e, 0x76, + 0x69, 0x74, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1f, 0x2e, 0x70, 0x72, 0x6f, + 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x2e, 0x63, 0x68, 0x61, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x65, + 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x52, 0x0e, 0x70, 0x65, 0x6e, + 0x64, 0x69, 0x6e, 0x67, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x73, 0x22, 0x69, 0x0a, 0x1a, 0x52, + 0x65, 0x6a, 0x65, 0x63, 0x74, 0x50, 0x65, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x49, 0x6e, 0x76, 0x69, + 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1b, 0x0a, 0x09, 0x69, 0x6e, 0x76, + 0x69, 0x74, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x69, 0x6e, + 0x76, 0x69, 0x74, 0x65, 0x49, 0x64, 0x12, 0x20, 0x0a, 0x09, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x08, 0x73, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x49, 0x64, 0x88, 0x01, 0x01, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x73, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x22, 0x1d, 0x0a, 0x1b, 0x52, 0x65, 0x6a, 0x65, 0x63, 0x74, + 0x50, 0x65, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x52, 0x65, 0x73, + 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x69, 0x0a, 0x1a, 0x49, 0x67, 0x6e, 0x6f, 0x72, 0x65, 0x50, + 0x65, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x12, 0x1b, 0x0a, 0x09, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x5f, 0x69, 0x64, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x49, 0x64, 0x12, 0x20, 0x0a, 0x09, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x08, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x49, 0x64, 0x88, - 0x01, 0x01, 0x12, 0x19, 0x0a, 0x08, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x5f, 0x69, 0x64, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x42, 0x0c, 0x0a, - 0x0a, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x22, 0x1b, 0x0a, 0x19, 0x49, - 0x6e, 0x76, 0x69, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x54, 0x6f, 0x47, 0x75, 0x69, 0x6c, 0x64, - 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2a, 0x67, 0x0a, 0x0b, 0x4c, 0x65, 0x61, 0x76, - 0x65, 0x52, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x12, 0x26, 0x0a, 0x22, 0x4c, 0x45, 0x41, 0x56, 0x45, - 0x5f, 0x52, 0x45, 0x41, 0x53, 0x4f, 0x4e, 0x5f, 0x57, 0x49, 0x4c, 0x4c, 0x49, 0x4e, 0x47, 0x4c, - 0x59, 0x5f, 0x55, 0x4e, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, - 0x17, 0x0a, 0x13, 0x4c, 0x45, 0x41, 0x56, 0x45, 0x5f, 0x52, 0x45, 0x41, 0x53, 0x4f, 0x4e, 0x5f, - 0x42, 0x41, 0x4e, 0x4e, 0x45, 0x44, 0x10, 0x01, 0x12, 0x17, 0x0a, 0x13, 0x4c, 0x45, 0x41, 0x56, - 0x45, 0x5f, 0x52, 0x45, 0x41, 0x53, 0x4f, 0x4e, 0x5f, 0x4b, 0x49, 0x43, 0x4b, 0x45, 0x44, 0x10, - 0x02, 0x42, 0xc1, 0x01, 0x0a, 0x14, 0x63, 0x6f, 0x6d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, - 0x6f, 0x6c, 0x2e, 0x63, 0x68, 0x61, 0x74, 0x2e, 0x76, 0x31, 0x42, 0x0b, 0x47, 0x75, 0x69, 0x6c, - 0x64, 0x73, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x3a, 0x67, 0x69, 0x74, 0x68, 0x75, - 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x68, 0x61, 0x72, 0x6d, 0x6f, 0x6e, 0x79, 0x2d, 0x64, 0x65, - 0x76, 0x65, 0x6c, 0x6f, 0x70, 0x6d, 0x65, 0x6e, 0x74, 0x2f, 0x73, 0x68, 0x69, 0x62, 0x73, 0x68, - 0x69, 0x62, 0x2f, 0x67, 0x65, 0x6e, 0x2f, 0x63, 0x68, 0x61, 0x74, 0x2f, 0x76, 0x31, 0x3b, 0x63, - 0x68, 0x61, 0x74, 0x76, 0x31, 0xa2, 0x02, 0x03, 0x50, 0x43, 0x58, 0xaa, 0x02, 0x10, 0x50, 0x72, - 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x2e, 0x43, 0x68, 0x61, 0x74, 0x2e, 0x56, 0x31, 0xca, 0x02, - 0x10, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x5c, 0x43, 0x68, 0x61, 0x74, 0x5c, 0x56, - 0x31, 0xe2, 0x02, 0x1c, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x5c, 0x43, 0x68, 0x61, - 0x74, 0x5c, 0x56, 0x31, 0x5c, 0x47, 0x50, 0x42, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0xea, 0x02, 0x12, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x3a, 0x3a, 0x43, 0x68, 0x61, - 0x74, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, + 0x01, 0x01, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, + 0x22, 0x1d, 0x0a, 0x1b, 0x49, 0x67, 0x6e, 0x6f, 0x72, 0x65, 0x50, 0x65, 0x6e, 0x64, 0x69, 0x6e, + 0x67, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, + 0x82, 0x01, 0x0a, 0x18, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x54, 0x6f, + 0x47, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1b, 0x0a, 0x09, + 0x75, 0x73, 0x65, 0x72, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x08, 0x75, 0x73, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x09, 0x73, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x08, + 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x19, 0x0a, 0x08, 0x67, + 0x75, 0x69, 0x6c, 0x64, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x67, + 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x65, + 0x72, 0x5f, 0x69, 0x64, 0x22, 0x1b, 0x0a, 0x19, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x55, 0x73, + 0x65, 0x72, 0x54, 0x6f, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, + 0x65, 0x2a, 0x67, 0x0a, 0x0b, 0x4c, 0x65, 0x61, 0x76, 0x65, 0x52, 0x65, 0x61, 0x73, 0x6f, 0x6e, + 0x12, 0x26, 0x0a, 0x22, 0x4c, 0x45, 0x41, 0x56, 0x45, 0x5f, 0x52, 0x45, 0x41, 0x53, 0x4f, 0x4e, + 0x5f, 0x57, 0x49, 0x4c, 0x4c, 0x49, 0x4e, 0x47, 0x4c, 0x59, 0x5f, 0x55, 0x4e, 0x53, 0x50, 0x45, + 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x17, 0x0a, 0x13, 0x4c, 0x45, 0x41, 0x56, + 0x45, 0x5f, 0x52, 0x45, 0x41, 0x53, 0x4f, 0x4e, 0x5f, 0x42, 0x41, 0x4e, 0x4e, 0x45, 0x44, 0x10, + 0x01, 0x12, 0x17, 0x0a, 0x13, 0x4c, 0x45, 0x41, 0x56, 0x45, 0x5f, 0x52, 0x45, 0x41, 0x53, 0x4f, + 0x4e, 0x5f, 0x4b, 0x49, 0x43, 0x4b, 0x45, 0x44, 0x10, 0x02, 0x42, 0xc1, 0x01, 0x0a, 0x14, 0x63, + 0x6f, 0x6d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x2e, 0x63, 0x68, 0x61, 0x74, + 0x2e, 0x76, 0x31, 0x42, 0x0b, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x73, 0x50, 0x72, 0x6f, 0x74, 0x6f, + 0x50, 0x01, 0x5a, 0x3a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x68, + 0x61, 0x72, 0x6d, 0x6f, 0x6e, 0x79, 0x2d, 0x64, 0x65, 0x76, 0x65, 0x6c, 0x6f, 0x70, 0x6d, 0x65, + 0x6e, 0x74, 0x2f, 0x73, 0x68, 0x69, 0x62, 0x73, 0x68, 0x69, 0x62, 0x2f, 0x67, 0x65, 0x6e, 0x2f, + 0x63, 0x68, 0x61, 0x74, 0x2f, 0x76, 0x31, 0x3b, 0x63, 0x68, 0x61, 0x74, 0x76, 0x31, 0xa2, 0x02, + 0x03, 0x50, 0x43, 0x58, 0xaa, 0x02, 0x10, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x2e, + 0x43, 0x68, 0x61, 0x74, 0x2e, 0x56, 0x31, 0xca, 0x02, 0x10, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, + 0x6f, 0x6c, 0x5c, 0x43, 0x68, 0x61, 0x74, 0x5c, 0x56, 0x31, 0xe2, 0x02, 0x1c, 0x50, 0x72, 0x6f, + 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x5c, 0x43, 0x68, 0x61, 0x74, 0x5c, 0x56, 0x31, 0x5c, 0x47, 0x50, + 0x42, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0xea, 0x02, 0x12, 0x50, 0x72, 0x6f, 0x74, + 0x6f, 0x63, 0x6f, 0x6c, 0x3a, 0x3a, 0x43, 0x68, 0x61, 0x74, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x06, + 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( @@ -3442,89 +3506,91 @@ func file_chat_v1_guilds_proto_rawDescGZIP() []byte { } var file_chat_v1_guilds_proto_enumTypes = make([]protoimpl.EnumInfo, 1) -var file_chat_v1_guilds_proto_msgTypes = make([]protoimpl.MessageInfo, 59) +var file_chat_v1_guilds_proto_msgTypes = make([]protoimpl.MessageInfo, 60) var file_chat_v1_guilds_proto_goTypes = []interface{}{ (LeaveReason)(0), // 0: protocol.chat.v1.LeaveReason (*GuildKind)(nil), // 1: protocol.chat.v1.GuildKind (*Guild)(nil), // 2: protocol.chat.v1.Guild - (*Invite)(nil), // 3: protocol.chat.v1.Invite - (*InviteWithId)(nil), // 4: protocol.chat.v1.InviteWithId - (*PendingInvite)(nil), // 5: protocol.chat.v1.PendingInvite - (*GuildListEntry)(nil), // 6: protocol.chat.v1.GuildListEntry - (*CreateGuildRequest)(nil), // 7: protocol.chat.v1.CreateGuildRequest - (*CreateGuildResponse)(nil), // 8: protocol.chat.v1.CreateGuildResponse - (*CreateRoomRequest)(nil), // 9: protocol.chat.v1.CreateRoomRequest - (*CreateRoomResponse)(nil), // 10: protocol.chat.v1.CreateRoomResponse - (*CreateDirectMessageRequest)(nil), // 11: protocol.chat.v1.CreateDirectMessageRequest - (*CreateDirectMessageResponse)(nil), // 12: protocol.chat.v1.CreateDirectMessageResponse - (*CreateInviteRequest)(nil), // 13: protocol.chat.v1.CreateInviteRequest - (*CreateInviteResponse)(nil), // 14: protocol.chat.v1.CreateInviteResponse - (*GetGuildListRequest)(nil), // 15: protocol.chat.v1.GetGuildListRequest - (*GetGuildListResponse)(nil), // 16: protocol.chat.v1.GetGuildListResponse - (*GetGuildRequest)(nil), // 17: protocol.chat.v1.GetGuildRequest - (*GetGuildResponse)(nil), // 18: protocol.chat.v1.GetGuildResponse - (*GetGuildInvitesRequest)(nil), // 19: protocol.chat.v1.GetGuildInvitesRequest - (*GetGuildInvitesResponse)(nil), // 20: protocol.chat.v1.GetGuildInvitesResponse - (*GetGuildMembersRequest)(nil), // 21: protocol.chat.v1.GetGuildMembersRequest - (*GetGuildMembersResponse)(nil), // 22: protocol.chat.v1.GetGuildMembersResponse - (*UpdateGuildInformationRequest)(nil), // 23: protocol.chat.v1.UpdateGuildInformationRequest - (*UpdateGuildInformationResponse)(nil), // 24: protocol.chat.v1.UpdateGuildInformationResponse - (*UpgradeRoomToGuildRequest)(nil), // 25: protocol.chat.v1.UpgradeRoomToGuildRequest - (*UpgradeRoomToGuildResponse)(nil), // 26: protocol.chat.v1.UpgradeRoomToGuildResponse - (*DeleteGuildRequest)(nil), // 27: protocol.chat.v1.DeleteGuildRequest - (*DeleteGuildResponse)(nil), // 28: protocol.chat.v1.DeleteGuildResponse - (*DeleteInviteRequest)(nil), // 29: protocol.chat.v1.DeleteInviteRequest - (*DeleteInviteResponse)(nil), // 30: protocol.chat.v1.DeleteInviteResponse - (*JoinGuildRequest)(nil), // 31: protocol.chat.v1.JoinGuildRequest - (*JoinGuildResponse)(nil), // 32: protocol.chat.v1.JoinGuildResponse - (*PreviewGuildRequest)(nil), // 33: protocol.chat.v1.PreviewGuildRequest - (*PreviewGuildResponse)(nil), // 34: protocol.chat.v1.PreviewGuildResponse - (*LeaveGuildRequest)(nil), // 35: protocol.chat.v1.LeaveGuildRequest - (*LeaveGuildResponse)(nil), // 36: protocol.chat.v1.LeaveGuildResponse - (*BanUserRequest)(nil), // 37: protocol.chat.v1.BanUserRequest - (*BanUserResponse)(nil), // 38: protocol.chat.v1.BanUserResponse - (*KickUserRequest)(nil), // 39: protocol.chat.v1.KickUserRequest - (*KickUserResponse)(nil), // 40: protocol.chat.v1.KickUserResponse - (*UnbanUserRequest)(nil), // 41: protocol.chat.v1.UnbanUserRequest - (*UnbanUserResponse)(nil), // 42: protocol.chat.v1.UnbanUserResponse - (*GetBannedUsersRequest)(nil), // 43: protocol.chat.v1.GetBannedUsersRequest - (*GetBannedUsersResponse)(nil), // 44: protocol.chat.v1.GetBannedUsersResponse - (*GrantOwnershipRequest)(nil), // 45: protocol.chat.v1.GrantOwnershipRequest - (*GrantOwnershipResponse)(nil), // 46: protocol.chat.v1.GrantOwnershipResponse - (*GiveUpOwnershipRequest)(nil), // 47: protocol.chat.v1.GiveUpOwnershipRequest - (*GiveUpOwnershipResponse)(nil), // 48: protocol.chat.v1.GiveUpOwnershipResponse - (*GetPendingInvitesRequest)(nil), // 49: protocol.chat.v1.GetPendingInvitesRequest - (*GetPendingInvitesResponse)(nil), // 50: protocol.chat.v1.GetPendingInvitesResponse - (*RejectPendingInviteRequest)(nil), // 51: protocol.chat.v1.RejectPendingInviteRequest - (*RejectPendingInviteResponse)(nil), // 52: protocol.chat.v1.RejectPendingInviteResponse - (*IgnorePendingInviteRequest)(nil), // 53: protocol.chat.v1.IgnorePendingInviteRequest - (*IgnorePendingInviteResponse)(nil), // 54: protocol.chat.v1.IgnorePendingInviteResponse - (*InviteUserToGuildRequest)(nil), // 55: protocol.chat.v1.InviteUserToGuildRequest - (*InviteUserToGuildResponse)(nil), // 56: protocol.chat.v1.InviteUserToGuildResponse - (*GuildKind_Normal)(nil), // 57: protocol.chat.v1.GuildKind.Normal - (*GuildKind_Room)(nil), // 58: protocol.chat.v1.GuildKind.Room - (*GuildKind_DirectMessage)(nil), // 59: protocol.chat.v1.GuildKind.DirectMessage - (*v1.Metadata)(nil), // 60: protocol.harmonytypes.v1.Metadata + (*GuildWithId)(nil), // 3: protocol.chat.v1.GuildWithId + (*Invite)(nil), // 4: protocol.chat.v1.Invite + (*InviteWithId)(nil), // 5: protocol.chat.v1.InviteWithId + (*PendingInvite)(nil), // 6: protocol.chat.v1.PendingInvite + (*GuildListEntry)(nil), // 7: protocol.chat.v1.GuildListEntry + (*CreateGuildRequest)(nil), // 8: protocol.chat.v1.CreateGuildRequest + (*CreateGuildResponse)(nil), // 9: protocol.chat.v1.CreateGuildResponse + (*CreateRoomRequest)(nil), // 10: protocol.chat.v1.CreateRoomRequest + (*CreateRoomResponse)(nil), // 11: protocol.chat.v1.CreateRoomResponse + (*CreateDirectMessageRequest)(nil), // 12: protocol.chat.v1.CreateDirectMessageRequest + (*CreateDirectMessageResponse)(nil), // 13: protocol.chat.v1.CreateDirectMessageResponse + (*CreateInviteRequest)(nil), // 14: protocol.chat.v1.CreateInviteRequest + (*CreateInviteResponse)(nil), // 15: protocol.chat.v1.CreateInviteResponse + (*GetGuildListRequest)(nil), // 16: protocol.chat.v1.GetGuildListRequest + (*GetGuildListResponse)(nil), // 17: protocol.chat.v1.GetGuildListResponse + (*GetGuildRequest)(nil), // 18: protocol.chat.v1.GetGuildRequest + (*GetGuildResponse)(nil), // 19: protocol.chat.v1.GetGuildResponse + (*GetGuildInvitesRequest)(nil), // 20: protocol.chat.v1.GetGuildInvitesRequest + (*GetGuildInvitesResponse)(nil), // 21: protocol.chat.v1.GetGuildInvitesResponse + (*GetGuildMembersRequest)(nil), // 22: protocol.chat.v1.GetGuildMembersRequest + (*GetGuildMembersResponse)(nil), // 23: protocol.chat.v1.GetGuildMembersResponse + (*UpdateGuildInformationRequest)(nil), // 24: protocol.chat.v1.UpdateGuildInformationRequest + (*UpdateGuildInformationResponse)(nil), // 25: protocol.chat.v1.UpdateGuildInformationResponse + (*UpgradeRoomToGuildRequest)(nil), // 26: protocol.chat.v1.UpgradeRoomToGuildRequest + (*UpgradeRoomToGuildResponse)(nil), // 27: protocol.chat.v1.UpgradeRoomToGuildResponse + (*DeleteGuildRequest)(nil), // 28: protocol.chat.v1.DeleteGuildRequest + (*DeleteGuildResponse)(nil), // 29: protocol.chat.v1.DeleteGuildResponse + (*DeleteInviteRequest)(nil), // 30: protocol.chat.v1.DeleteInviteRequest + (*DeleteInviteResponse)(nil), // 31: protocol.chat.v1.DeleteInviteResponse + (*JoinGuildRequest)(nil), // 32: protocol.chat.v1.JoinGuildRequest + (*JoinGuildResponse)(nil), // 33: protocol.chat.v1.JoinGuildResponse + (*PreviewGuildRequest)(nil), // 34: protocol.chat.v1.PreviewGuildRequest + (*PreviewGuildResponse)(nil), // 35: protocol.chat.v1.PreviewGuildResponse + (*LeaveGuildRequest)(nil), // 36: protocol.chat.v1.LeaveGuildRequest + (*LeaveGuildResponse)(nil), // 37: protocol.chat.v1.LeaveGuildResponse + (*BanUserRequest)(nil), // 38: protocol.chat.v1.BanUserRequest + (*BanUserResponse)(nil), // 39: protocol.chat.v1.BanUserResponse + (*KickUserRequest)(nil), // 40: protocol.chat.v1.KickUserRequest + (*KickUserResponse)(nil), // 41: protocol.chat.v1.KickUserResponse + (*UnbanUserRequest)(nil), // 42: protocol.chat.v1.UnbanUserRequest + (*UnbanUserResponse)(nil), // 43: protocol.chat.v1.UnbanUserResponse + (*GetBannedUsersRequest)(nil), // 44: protocol.chat.v1.GetBannedUsersRequest + (*GetBannedUsersResponse)(nil), // 45: protocol.chat.v1.GetBannedUsersResponse + (*GrantOwnershipRequest)(nil), // 46: protocol.chat.v1.GrantOwnershipRequest + (*GrantOwnershipResponse)(nil), // 47: protocol.chat.v1.GrantOwnershipResponse + (*GiveUpOwnershipRequest)(nil), // 48: protocol.chat.v1.GiveUpOwnershipRequest + (*GiveUpOwnershipResponse)(nil), // 49: protocol.chat.v1.GiveUpOwnershipResponse + (*GetPendingInvitesRequest)(nil), // 50: protocol.chat.v1.GetPendingInvitesRequest + (*GetPendingInvitesResponse)(nil), // 51: protocol.chat.v1.GetPendingInvitesResponse + (*RejectPendingInviteRequest)(nil), // 52: protocol.chat.v1.RejectPendingInviteRequest + (*RejectPendingInviteResponse)(nil), // 53: protocol.chat.v1.RejectPendingInviteResponse + (*IgnorePendingInviteRequest)(nil), // 54: protocol.chat.v1.IgnorePendingInviteRequest + (*IgnorePendingInviteResponse)(nil), // 55: protocol.chat.v1.IgnorePendingInviteResponse + (*InviteUserToGuildRequest)(nil), // 56: protocol.chat.v1.InviteUserToGuildRequest + (*InviteUserToGuildResponse)(nil), // 57: protocol.chat.v1.InviteUserToGuildResponse + (*GuildKind_Normal)(nil), // 58: protocol.chat.v1.GuildKind.Normal + (*GuildKind_Room)(nil), // 59: protocol.chat.v1.GuildKind.Room + (*GuildKind_DirectMessage)(nil), // 60: protocol.chat.v1.GuildKind.DirectMessage + (*v1.Metadata)(nil), // 61: protocol.harmonytypes.v1.Metadata } var file_chat_v1_guilds_proto_depIdxs = []int32{ - 57, // 0: protocol.chat.v1.GuildKind.normal:type_name -> protocol.chat.v1.GuildKind.Normal - 58, // 1: protocol.chat.v1.GuildKind.room:type_name -> protocol.chat.v1.GuildKind.Room - 59, // 2: protocol.chat.v1.GuildKind.direct_message:type_name -> protocol.chat.v1.GuildKind.DirectMessage + 58, // 0: protocol.chat.v1.GuildKind.normal:type_name -> protocol.chat.v1.GuildKind.Normal + 59, // 1: protocol.chat.v1.GuildKind.room:type_name -> protocol.chat.v1.GuildKind.Room + 60, // 2: protocol.chat.v1.GuildKind.direct_message:type_name -> protocol.chat.v1.GuildKind.DirectMessage 1, // 3: protocol.chat.v1.Guild.kind:type_name -> protocol.chat.v1.GuildKind - 60, // 4: protocol.chat.v1.Guild.metadata:type_name -> protocol.harmonytypes.v1.Metadata - 3, // 5: protocol.chat.v1.InviteWithId.invite:type_name -> protocol.chat.v1.Invite - 60, // 6: protocol.chat.v1.CreateGuildRequest.metadata:type_name -> protocol.harmonytypes.v1.Metadata - 60, // 7: protocol.chat.v1.CreateRoomRequest.metadata:type_name -> protocol.harmonytypes.v1.Metadata - 6, // 8: protocol.chat.v1.GetGuildListResponse.guilds:type_name -> protocol.chat.v1.GuildListEntry - 2, // 9: protocol.chat.v1.GetGuildResponse.guild:type_name -> protocol.chat.v1.Guild - 4, // 10: protocol.chat.v1.GetGuildInvitesResponse.invites:type_name -> protocol.chat.v1.InviteWithId - 60, // 11: protocol.chat.v1.UpdateGuildInformationRequest.new_metadata:type_name -> protocol.harmonytypes.v1.Metadata - 5, // 12: protocol.chat.v1.GetPendingInvitesResponse.pending_invites:type_name -> protocol.chat.v1.PendingInvite - 13, // [13:13] is the sub-list for method output_type - 13, // [13:13] is the sub-list for method input_type - 13, // [13:13] is the sub-list for extension type_name - 13, // [13:13] is the sub-list for extension extendee - 0, // [0:13] is the sub-list for field type_name + 61, // 4: protocol.chat.v1.Guild.metadata:type_name -> protocol.harmonytypes.v1.Metadata + 2, // 5: protocol.chat.v1.GuildWithId.guild:type_name -> protocol.chat.v1.Guild + 4, // 6: protocol.chat.v1.InviteWithId.invite:type_name -> protocol.chat.v1.Invite + 61, // 7: protocol.chat.v1.CreateGuildRequest.metadata:type_name -> protocol.harmonytypes.v1.Metadata + 61, // 8: protocol.chat.v1.CreateRoomRequest.metadata:type_name -> protocol.harmonytypes.v1.Metadata + 7, // 9: protocol.chat.v1.GetGuildListResponse.guilds:type_name -> protocol.chat.v1.GuildListEntry + 2, // 10: protocol.chat.v1.GetGuildResponse.guild:type_name -> protocol.chat.v1.Guild + 5, // 11: protocol.chat.v1.GetGuildInvitesResponse.invites:type_name -> protocol.chat.v1.InviteWithId + 61, // 12: protocol.chat.v1.UpdateGuildInformationRequest.new_metadata:type_name -> protocol.harmonytypes.v1.Metadata + 6, // 13: protocol.chat.v1.GetPendingInvitesResponse.pending_invites:type_name -> protocol.chat.v1.PendingInvite + 14, // [14:14] is the sub-list for method output_type + 14, // [14:14] is the sub-list for method input_type + 14, // [14:14] is the sub-list for extension type_name + 14, // [14:14] is the sub-list for extension extendee + 0, // [0:14] is the sub-list for field type_name } func init() { file_chat_v1_guilds_proto_init() } @@ -3558,7 +3624,7 @@ func file_chat_v1_guilds_proto_init() { } } file_chat_v1_guilds_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Invite); i { + switch v := v.(*GuildWithId); i { case 0: return &v.state case 1: @@ -3570,7 +3636,7 @@ func file_chat_v1_guilds_proto_init() { } } file_chat_v1_guilds_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*InviteWithId); i { + switch v := v.(*Invite); i { case 0: return &v.state case 1: @@ -3582,7 +3648,7 @@ func file_chat_v1_guilds_proto_init() { } } file_chat_v1_guilds_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*PendingInvite); i { + switch v := v.(*InviteWithId); i { case 0: return &v.state case 1: @@ -3594,7 +3660,7 @@ func file_chat_v1_guilds_proto_init() { } } file_chat_v1_guilds_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GuildListEntry); i { + switch v := v.(*PendingInvite); i { case 0: return &v.state case 1: @@ -3606,7 +3672,7 @@ func file_chat_v1_guilds_proto_init() { } } file_chat_v1_guilds_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CreateGuildRequest); i { + switch v := v.(*GuildListEntry); i { case 0: return &v.state case 1: @@ -3618,7 +3684,7 @@ func file_chat_v1_guilds_proto_init() { } } file_chat_v1_guilds_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CreateGuildResponse); i { + switch v := v.(*CreateGuildRequest); i { case 0: return &v.state case 1: @@ -3630,7 +3696,7 @@ func file_chat_v1_guilds_proto_init() { } } file_chat_v1_guilds_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CreateRoomRequest); i { + switch v := v.(*CreateGuildResponse); i { case 0: return &v.state case 1: @@ -3642,7 +3708,7 @@ func file_chat_v1_guilds_proto_init() { } } file_chat_v1_guilds_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CreateRoomResponse); i { + switch v := v.(*CreateRoomRequest); i { case 0: return &v.state case 1: @@ -3654,7 +3720,7 @@ func file_chat_v1_guilds_proto_init() { } } file_chat_v1_guilds_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CreateDirectMessageRequest); i { + switch v := v.(*CreateRoomResponse); i { case 0: return &v.state case 1: @@ -3666,7 +3732,7 @@ func file_chat_v1_guilds_proto_init() { } } file_chat_v1_guilds_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CreateDirectMessageResponse); i { + switch v := v.(*CreateDirectMessageRequest); i { case 0: return &v.state case 1: @@ -3678,7 +3744,7 @@ func file_chat_v1_guilds_proto_init() { } } file_chat_v1_guilds_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CreateInviteRequest); i { + switch v := v.(*CreateDirectMessageResponse); i { case 0: return &v.state case 1: @@ -3690,7 +3756,7 @@ func file_chat_v1_guilds_proto_init() { } } file_chat_v1_guilds_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CreateInviteResponse); i { + switch v := v.(*CreateInviteRequest); i { case 0: return &v.state case 1: @@ -3702,7 +3768,7 @@ func file_chat_v1_guilds_proto_init() { } } file_chat_v1_guilds_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetGuildListRequest); i { + switch v := v.(*CreateInviteResponse); i { case 0: return &v.state case 1: @@ -3714,7 +3780,7 @@ func file_chat_v1_guilds_proto_init() { } } file_chat_v1_guilds_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetGuildListResponse); i { + switch v := v.(*GetGuildListRequest); i { case 0: return &v.state case 1: @@ -3726,7 +3792,7 @@ func file_chat_v1_guilds_proto_init() { } } file_chat_v1_guilds_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetGuildRequest); i { + switch v := v.(*GetGuildListResponse); i { case 0: return &v.state case 1: @@ -3738,7 +3804,7 @@ func file_chat_v1_guilds_proto_init() { } } file_chat_v1_guilds_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetGuildResponse); i { + switch v := v.(*GetGuildRequest); i { case 0: return &v.state case 1: @@ -3750,7 +3816,7 @@ func file_chat_v1_guilds_proto_init() { } } file_chat_v1_guilds_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetGuildInvitesRequest); i { + switch v := v.(*GetGuildResponse); i { case 0: return &v.state case 1: @@ -3762,7 +3828,7 @@ func file_chat_v1_guilds_proto_init() { } } file_chat_v1_guilds_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetGuildInvitesResponse); i { + switch v := v.(*GetGuildInvitesRequest); i { case 0: return &v.state case 1: @@ -3774,7 +3840,7 @@ func file_chat_v1_guilds_proto_init() { } } file_chat_v1_guilds_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetGuildMembersRequest); i { + switch v := v.(*GetGuildInvitesResponse); i { case 0: return &v.state case 1: @@ -3786,7 +3852,7 @@ func file_chat_v1_guilds_proto_init() { } } file_chat_v1_guilds_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetGuildMembersResponse); i { + switch v := v.(*GetGuildMembersRequest); i { case 0: return &v.state case 1: @@ -3798,7 +3864,7 @@ func file_chat_v1_guilds_proto_init() { } } file_chat_v1_guilds_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*UpdateGuildInformationRequest); i { + switch v := v.(*GetGuildMembersResponse); i { case 0: return &v.state case 1: @@ -3810,7 +3876,7 @@ func file_chat_v1_guilds_proto_init() { } } file_chat_v1_guilds_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*UpdateGuildInformationResponse); i { + switch v := v.(*UpdateGuildInformationRequest); i { case 0: return &v.state case 1: @@ -3822,7 +3888,7 @@ func file_chat_v1_guilds_proto_init() { } } file_chat_v1_guilds_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*UpgradeRoomToGuildRequest); i { + switch v := v.(*UpdateGuildInformationResponse); i { case 0: return &v.state case 1: @@ -3834,7 +3900,7 @@ func file_chat_v1_guilds_proto_init() { } } file_chat_v1_guilds_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*UpgradeRoomToGuildResponse); i { + switch v := v.(*UpgradeRoomToGuildRequest); i { case 0: return &v.state case 1: @@ -3846,7 +3912,7 @@ func file_chat_v1_guilds_proto_init() { } } file_chat_v1_guilds_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DeleteGuildRequest); i { + switch v := v.(*UpgradeRoomToGuildResponse); i { case 0: return &v.state case 1: @@ -3858,7 +3924,7 @@ func file_chat_v1_guilds_proto_init() { } } file_chat_v1_guilds_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DeleteGuildResponse); i { + switch v := v.(*DeleteGuildRequest); i { case 0: return &v.state case 1: @@ -3870,7 +3936,7 @@ func file_chat_v1_guilds_proto_init() { } } file_chat_v1_guilds_proto_msgTypes[28].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DeleteInviteRequest); i { + switch v := v.(*DeleteGuildResponse); i { case 0: return &v.state case 1: @@ -3882,7 +3948,7 @@ func file_chat_v1_guilds_proto_init() { } } file_chat_v1_guilds_proto_msgTypes[29].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DeleteInviteResponse); i { + switch v := v.(*DeleteInviteRequest); i { case 0: return &v.state case 1: @@ -3894,7 +3960,7 @@ func file_chat_v1_guilds_proto_init() { } } file_chat_v1_guilds_proto_msgTypes[30].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*JoinGuildRequest); i { + switch v := v.(*DeleteInviteResponse); i { case 0: return &v.state case 1: @@ -3906,7 +3972,7 @@ func file_chat_v1_guilds_proto_init() { } } file_chat_v1_guilds_proto_msgTypes[31].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*JoinGuildResponse); i { + switch v := v.(*JoinGuildRequest); i { case 0: return &v.state case 1: @@ -3918,7 +3984,7 @@ func file_chat_v1_guilds_proto_init() { } } file_chat_v1_guilds_proto_msgTypes[32].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*PreviewGuildRequest); i { + switch v := v.(*JoinGuildResponse); i { case 0: return &v.state case 1: @@ -3930,7 +3996,7 @@ func file_chat_v1_guilds_proto_init() { } } file_chat_v1_guilds_proto_msgTypes[33].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*PreviewGuildResponse); i { + switch v := v.(*PreviewGuildRequest); i { case 0: return &v.state case 1: @@ -3942,7 +4008,7 @@ func file_chat_v1_guilds_proto_init() { } } file_chat_v1_guilds_proto_msgTypes[34].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*LeaveGuildRequest); i { + switch v := v.(*PreviewGuildResponse); i { case 0: return &v.state case 1: @@ -3954,7 +4020,7 @@ func file_chat_v1_guilds_proto_init() { } } file_chat_v1_guilds_proto_msgTypes[35].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*LeaveGuildResponse); i { + switch v := v.(*LeaveGuildRequest); i { case 0: return &v.state case 1: @@ -3966,7 +4032,7 @@ func file_chat_v1_guilds_proto_init() { } } file_chat_v1_guilds_proto_msgTypes[36].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*BanUserRequest); i { + switch v := v.(*LeaveGuildResponse); i { case 0: return &v.state case 1: @@ -3978,7 +4044,7 @@ func file_chat_v1_guilds_proto_init() { } } file_chat_v1_guilds_proto_msgTypes[37].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*BanUserResponse); i { + switch v := v.(*BanUserRequest); i { case 0: return &v.state case 1: @@ -3990,7 +4056,7 @@ func file_chat_v1_guilds_proto_init() { } } file_chat_v1_guilds_proto_msgTypes[38].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*KickUserRequest); i { + switch v := v.(*BanUserResponse); i { case 0: return &v.state case 1: @@ -4002,7 +4068,7 @@ func file_chat_v1_guilds_proto_init() { } } file_chat_v1_guilds_proto_msgTypes[39].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*KickUserResponse); i { + switch v := v.(*KickUserRequest); i { case 0: return &v.state case 1: @@ -4014,7 +4080,7 @@ func file_chat_v1_guilds_proto_init() { } } file_chat_v1_guilds_proto_msgTypes[40].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*UnbanUserRequest); i { + switch v := v.(*KickUserResponse); i { case 0: return &v.state case 1: @@ -4026,7 +4092,7 @@ func file_chat_v1_guilds_proto_init() { } } file_chat_v1_guilds_proto_msgTypes[41].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*UnbanUserResponse); i { + switch v := v.(*UnbanUserRequest); i { case 0: return &v.state case 1: @@ -4038,7 +4104,7 @@ func file_chat_v1_guilds_proto_init() { } } file_chat_v1_guilds_proto_msgTypes[42].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetBannedUsersRequest); i { + switch v := v.(*UnbanUserResponse); i { case 0: return &v.state case 1: @@ -4050,7 +4116,7 @@ func file_chat_v1_guilds_proto_init() { } } file_chat_v1_guilds_proto_msgTypes[43].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetBannedUsersResponse); i { + switch v := v.(*GetBannedUsersRequest); i { case 0: return &v.state case 1: @@ -4062,7 +4128,7 @@ func file_chat_v1_guilds_proto_init() { } } file_chat_v1_guilds_proto_msgTypes[44].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GrantOwnershipRequest); i { + switch v := v.(*GetBannedUsersResponse); i { case 0: return &v.state case 1: @@ -4074,7 +4140,7 @@ func file_chat_v1_guilds_proto_init() { } } file_chat_v1_guilds_proto_msgTypes[45].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GrantOwnershipResponse); i { + switch v := v.(*GrantOwnershipRequest); i { case 0: return &v.state case 1: @@ -4086,7 +4152,7 @@ func file_chat_v1_guilds_proto_init() { } } file_chat_v1_guilds_proto_msgTypes[46].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GiveUpOwnershipRequest); i { + switch v := v.(*GrantOwnershipResponse); i { case 0: return &v.state case 1: @@ -4098,7 +4164,7 @@ func file_chat_v1_guilds_proto_init() { } } file_chat_v1_guilds_proto_msgTypes[47].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GiveUpOwnershipResponse); i { + switch v := v.(*GiveUpOwnershipRequest); i { case 0: return &v.state case 1: @@ -4110,7 +4176,7 @@ func file_chat_v1_guilds_proto_init() { } } file_chat_v1_guilds_proto_msgTypes[48].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetPendingInvitesRequest); i { + switch v := v.(*GiveUpOwnershipResponse); i { case 0: return &v.state case 1: @@ -4122,7 +4188,7 @@ func file_chat_v1_guilds_proto_init() { } } file_chat_v1_guilds_proto_msgTypes[49].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetPendingInvitesResponse); i { + switch v := v.(*GetPendingInvitesRequest); i { case 0: return &v.state case 1: @@ -4134,7 +4200,7 @@ func file_chat_v1_guilds_proto_init() { } } file_chat_v1_guilds_proto_msgTypes[50].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*RejectPendingInviteRequest); i { + switch v := v.(*GetPendingInvitesResponse); i { case 0: return &v.state case 1: @@ -4146,7 +4212,7 @@ func file_chat_v1_guilds_proto_init() { } } file_chat_v1_guilds_proto_msgTypes[51].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*RejectPendingInviteResponse); i { + switch v := v.(*RejectPendingInviteRequest); i { case 0: return &v.state case 1: @@ -4158,7 +4224,7 @@ func file_chat_v1_guilds_proto_init() { } } file_chat_v1_guilds_proto_msgTypes[52].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*IgnorePendingInviteRequest); i { + switch v := v.(*RejectPendingInviteResponse); i { case 0: return &v.state case 1: @@ -4170,7 +4236,7 @@ func file_chat_v1_guilds_proto_init() { } } file_chat_v1_guilds_proto_msgTypes[53].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*IgnorePendingInviteResponse); i { + switch v := v.(*IgnorePendingInviteRequest); i { case 0: return &v.state case 1: @@ -4182,7 +4248,7 @@ func file_chat_v1_guilds_proto_init() { } } file_chat_v1_guilds_proto_msgTypes[54].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*InviteUserToGuildRequest); i { + switch v := v.(*IgnorePendingInviteResponse); i { case 0: return &v.state case 1: @@ -4194,7 +4260,7 @@ func file_chat_v1_guilds_proto_init() { } } file_chat_v1_guilds_proto_msgTypes[55].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*InviteUserToGuildResponse); i { + switch v := v.(*InviteUserToGuildRequest); i { case 0: return &v.state case 1: @@ -4206,7 +4272,7 @@ func file_chat_v1_guilds_proto_init() { } } file_chat_v1_guilds_proto_msgTypes[56].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GuildKind_Normal); i { + switch v := v.(*InviteUserToGuildResponse); i { case 0: return &v.state case 1: @@ -4218,7 +4284,7 @@ func file_chat_v1_guilds_proto_init() { } } file_chat_v1_guilds_proto_msgTypes[57].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GuildKind_Room); i { + switch v := v.(*GuildKind_Normal); i { case 0: return &v.state case 1: @@ -4230,6 +4296,18 @@ func file_chat_v1_guilds_proto_init() { } } file_chat_v1_guilds_proto_msgTypes[58].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*GuildKind_Room); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_chat_v1_guilds_proto_msgTypes[59].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GuildKind_DirectMessage); i { case 0: return &v.state @@ -4248,22 +4326,22 @@ func file_chat_v1_guilds_proto_init() { (*GuildKind_DirectMessage_)(nil), } file_chat_v1_guilds_proto_msgTypes[1].OneofWrappers = []interface{}{} - file_chat_v1_guilds_proto_msgTypes[4].OneofWrappers = []interface{}{} - file_chat_v1_guilds_proto_msgTypes[6].OneofWrappers = []interface{}{} - file_chat_v1_guilds_proto_msgTypes[8].OneofWrappers = []interface{}{} - file_chat_v1_guilds_proto_msgTypes[10].OneofWrappers = []interface{}{} - file_chat_v1_guilds_proto_msgTypes[22].OneofWrappers = []interface{}{} - file_chat_v1_guilds_proto_msgTypes[33].OneofWrappers = []interface{}{} - file_chat_v1_guilds_proto_msgTypes[50].OneofWrappers = []interface{}{} - file_chat_v1_guilds_proto_msgTypes[52].OneofWrappers = []interface{}{} - file_chat_v1_guilds_proto_msgTypes[54].OneofWrappers = []interface{}{} + file_chat_v1_guilds_proto_msgTypes[5].OneofWrappers = []interface{}{} + file_chat_v1_guilds_proto_msgTypes[7].OneofWrappers = []interface{}{} + file_chat_v1_guilds_proto_msgTypes[9].OneofWrappers = []interface{}{} + file_chat_v1_guilds_proto_msgTypes[11].OneofWrappers = []interface{}{} + file_chat_v1_guilds_proto_msgTypes[23].OneofWrappers = []interface{}{} + file_chat_v1_guilds_proto_msgTypes[34].OneofWrappers = []interface{}{} + file_chat_v1_guilds_proto_msgTypes[51].OneofWrappers = []interface{}{} + file_chat_v1_guilds_proto_msgTypes[53].OneofWrappers = []interface{}{} + file_chat_v1_guilds_proto_msgTypes[55].OneofWrappers = []interface{}{} type x struct{} out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: file_chat_v1_guilds_proto_rawDesc, NumEnums: 1, - NumMessages: 59, + NumMessages: 60, NumExtensions: 0, NumServices: 0, }, |