msg

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 6, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	NoticeMsgType_name = map[int32]string{
		0: "UpdateGroupNameNoticeMsg",
		1: "SignInGroupNoticeMsg",
		2: "SignOutGroupNoticeMsg",
		3: "KickOutGroupNoticeMsg",
		4: "DeleteGroupNoticeMsg",
		5: "UpdateGroupMutedNoticeMsg",
		6: "UpdateGroupMemberMutedNoticeMsg",
		7: "UpdateGroupOwnerNoticeMsg",
		8: "MsgRevoked",
	}
	NoticeMsgType_value = map[string]int32{
		"UpdateGroupNameNoticeMsg":        0,
		"SignInGroupNoticeMsg":            1,
		"SignOutGroupNoticeMsg":           2,
		"KickOutGroupNoticeMsg":           3,
		"DeleteGroupNoticeMsg":            4,
		"UpdateGroupMutedNoticeMsg":       5,
		"UpdateGroupMemberMutedNoticeMsg": 6,
		"UpdateGroupOwnerNoticeMsg":       7,
		"MsgRevoked":                      8,
	}
)

Enum value maps for NoticeMsgType.

View Source
var (
	TransferMsg_CoinType_name = map[int32]string{
		0: "Coins",
		1: "Token",
	}
	TransferMsg_CoinType_value = map[string]int32{
		"Coins": 0,
		"Token": 1,
	}
)

Enum value maps for TransferMsg_CoinType.

View Source
var (
	RedPacketMsg_RPType_name = map[int32]string{
		0: "RandomAmount",
		1: "IdenticalAmount",
	}
	RedPacketMsg_RPType_value = map[string]int32{
		"RandomAmount":    0,
		"IdenticalAmount": 1,
	}
)

Enum value maps for RedPacketMsg_RPType.

View Source
var (
	RedPacketMsg_CoinType_name = map[int32]string{
		0: "Coins",
		1: "Token",
	}
	RedPacketMsg_CoinType_value = map[string]int32{
		"Coins": 0,
		"Token": 1,
	}
)

Enum value maps for RedPacketMsg_CoinType.

View Source
var (
	ContactCardMsg_CardType_name = map[int32]string{
		0: "Undefined",
		1: "Personal",
	}
	ContactCardMsg_CardType_value = map[string]int32{
		"Undefined": 0,
		"Personal":  1,
	}
)

Enum value maps for ContactCardMsg_CardType.

View Source
var File_github_com_txchat_imparse_proto_msg_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AudioMsg

type AudioMsg struct {
	MediaUrl string `protobuf:"bytes,1,opt,name=mediaUrl,proto3" json:"mediaUrl,omitempty"`
	Time     int32  `protobuf:"varint,2,opt,name=time,proto3" json:"time,omitempty"`
	// contains filtered or unexported fields
}

func (*AudioMsg) Descriptor deprecated

func (*AudioMsg) Descriptor() ([]byte, []int)

Deprecated: Use AudioMsg.ProtoReflect.Descriptor instead.

func (*AudioMsg) GetMediaUrl

func (x *AudioMsg) GetMediaUrl() string

func (*AudioMsg) GetTime

func (x *AudioMsg) GetTime() int32

func (*AudioMsg) ProtoMessage

func (*AudioMsg) ProtoMessage()

func (*AudioMsg) ProtoReflect

func (x *AudioMsg) ProtoReflect() protoreflect.Message

func (*AudioMsg) Reset

func (x *AudioMsg) Reset()

func (*AudioMsg) String

func (x *AudioMsg) String() string

type CardMsg

type CardMsg struct {
	Bank    string `protobuf:"bytes,1,opt,name=bank,proto3" json:"bank,omitempty"`
	Name    string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Account string `protobuf:"bytes,3,opt,name=account,proto3" json:"account,omitempty"`
	// contains filtered or unexported fields
}

func (*CardMsg) Descriptor deprecated

func (*CardMsg) Descriptor() ([]byte, []int)

Deprecated: Use CardMsg.ProtoReflect.Descriptor instead.

func (*CardMsg) GetAccount

func (x *CardMsg) GetAccount() string

func (*CardMsg) GetBank

func (x *CardMsg) GetBank() string

func (*CardMsg) GetName

func (x *CardMsg) GetName() string

func (*CardMsg) ProtoMessage

func (*CardMsg) ProtoMessage()

func (*CardMsg) ProtoReflect

func (x *CardMsg) ProtoReflect() protoreflect.Message

func (*CardMsg) Reset

func (x *CardMsg) Reset()

func (*CardMsg) String

func (x *CardMsg) String() string

type ContactCardMsg

type ContactCardMsg struct {
	Type    ContactCardMsg_CardType `protobuf:"varint,1,opt,name=type,proto3,enum=imparse.proto.ContactCardMsg_CardType" json:"type,omitempty"`
	Id      string                  `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	Name    string                  `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Avatar  string                  `protobuf:"bytes,4,opt,name=avatar,proto3" json:"avatar,omitempty"`
	Server  string                  `protobuf:"bytes,5,opt,name=server,proto3" json:"server,omitempty"`
	Inviter string                  `protobuf:"bytes,6,opt,name=inviter,proto3" json:"inviter,omitempty"`
	// contains filtered or unexported fields
}

func (*ContactCardMsg) Descriptor deprecated

func (*ContactCardMsg) Descriptor() ([]byte, []int)

Deprecated: Use ContactCardMsg.ProtoReflect.Descriptor instead.

func (*ContactCardMsg) GetAvatar

func (x *ContactCardMsg) GetAvatar() string

func (*ContactCardMsg) GetId

func (x *ContactCardMsg) GetId() string

func (*ContactCardMsg) GetInviter

func (x *ContactCardMsg) GetInviter() string

func (*ContactCardMsg) GetName

func (x *ContactCardMsg) GetName() string

func (*ContactCardMsg) GetServer

func (x *ContactCardMsg) GetServer() string

func (*ContactCardMsg) GetType

func (*ContactCardMsg) ProtoMessage

func (*ContactCardMsg) ProtoMessage()

func (*ContactCardMsg) ProtoReflect

func (x *ContactCardMsg) ProtoReflect() protoreflect.Message

func (*ContactCardMsg) Reset

func (x *ContactCardMsg) Reset()

func (*ContactCardMsg) String

func (x *ContactCardMsg) String() string

type ContactCardMsg_CardType

type ContactCardMsg_CardType int32
const (
	ContactCardMsg_Undefined ContactCardMsg_CardType = 0
	ContactCardMsg_Personal  ContactCardMsg_CardType = 1
)

func (ContactCardMsg_CardType) Descriptor

func (ContactCardMsg_CardType) Enum

func (ContactCardMsg_CardType) EnumDescriptor deprecated

func (ContactCardMsg_CardType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ContactCardMsg_CardType.Descriptor instead.

func (ContactCardMsg_CardType) Number

func (ContactCardMsg_CardType) String

func (x ContactCardMsg_CardType) String() string

func (ContactCardMsg_CardType) Type

type EncryptMsg

type EncryptMsg struct {
	Content string `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"`
	// contains filtered or unexported fields
}

func (*EncryptMsg) Descriptor deprecated

func (*EncryptMsg) Descriptor() ([]byte, []int)

Deprecated: Use EncryptMsg.ProtoReflect.Descriptor instead.

func (*EncryptMsg) GetContent

func (x *EncryptMsg) GetContent() string

func (*EncryptMsg) ProtoMessage

func (*EncryptMsg) ProtoMessage()

func (*EncryptMsg) ProtoReflect

func (x *EncryptMsg) ProtoReflect() protoreflect.Message

func (*EncryptMsg) Reset

func (x *EncryptMsg) Reset()

func (*EncryptMsg) String

func (x *EncryptMsg) String() string

type FileMsg

type FileMsg struct {
	MediaUrl string `protobuf:"bytes,1,opt,name=mediaUrl,proto3" json:"mediaUrl,omitempty"`
	Name     string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Md5      string `protobuf:"bytes,3,opt,name=md5,proto3" json:"md5,omitempty"`
	Size     int64  `protobuf:"varint,4,opt,name=size,proto3" json:"size,omitempty"`
	// contains filtered or unexported fields
}

func (*FileMsg) Descriptor deprecated

func (*FileMsg) Descriptor() ([]byte, []int)

Deprecated: Use FileMsg.ProtoReflect.Descriptor instead.

func (*FileMsg) GetMd5

func (x *FileMsg) GetMd5() string

func (*FileMsg) GetMediaUrl

func (x *FileMsg) GetMediaUrl() string

func (*FileMsg) GetName

func (x *FileMsg) GetName() string

func (*FileMsg) GetSize

func (x *FileMsg) GetSize() int64

func (*FileMsg) ProtoMessage

func (*FileMsg) ProtoMessage()

func (*FileMsg) ProtoReflect

func (x *FileMsg) ProtoReflect() protoreflect.Message

func (*FileMsg) Reset

func (x *FileMsg) Reset()

func (*FileMsg) String

func (x *FileMsg) String() string

type ForwardItem

type ForwardItem struct {
	Avatar   string `protobuf:"bytes,1,opt,name=avatar,proto3" json:"avatar,omitempty"`
	Name     string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	MsgType  int32  `protobuf:"varint,3,opt,name=msgType,proto3" json:"msgType,omitempty"`
	Msg      []byte `protobuf:"bytes,4,opt,name=msg,proto3" json:"msg,omitempty"`
	Datetime uint64 `protobuf:"varint,5,opt,name=datetime,proto3" json:"datetime,omitempty"`
	// contains filtered or unexported fields
}

func (*ForwardItem) Descriptor deprecated

func (*ForwardItem) Descriptor() ([]byte, []int)

Deprecated: Use ForwardItem.ProtoReflect.Descriptor instead.

func (*ForwardItem) GetAvatar

func (x *ForwardItem) GetAvatar() string

func (*ForwardItem) GetDatetime

func (x *ForwardItem) GetDatetime() uint64

func (*ForwardItem) GetMsg

func (x *ForwardItem) GetMsg() []byte

func (*ForwardItem) GetMsgType

func (x *ForwardItem) GetMsgType() int32

func (*ForwardItem) GetName

func (x *ForwardItem) GetName() string

func (*ForwardItem) ProtoMessage

func (*ForwardItem) ProtoMessage()

func (*ForwardItem) ProtoReflect

func (x *ForwardItem) ProtoReflect() protoreflect.Message

func (*ForwardItem) Reset

func (x *ForwardItem) Reset()

func (*ForwardItem) String

func (x *ForwardItem) String() string

type ForwardMsg

type ForwardMsg struct {
	Items []*ForwardItem `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
	// contains filtered or unexported fields
}

func (*ForwardMsg) Descriptor deprecated

func (*ForwardMsg) Descriptor() ([]byte, []int)

Deprecated: Use ForwardMsg.ProtoReflect.Descriptor instead.

func (*ForwardMsg) GetItems

func (x *ForwardMsg) GetItems() []*ForwardItem

func (*ForwardMsg) ProtoMessage

func (*ForwardMsg) ProtoMessage()

func (*ForwardMsg) ProtoReflect

func (x *ForwardMsg) ProtoReflect() protoreflect.Message

func (*ForwardMsg) Reset

func (x *ForwardMsg) Reset()

func (*ForwardMsg) String

func (x *ForwardMsg) String() string

type ImageMsg

type ImageMsg struct {
	MediaUrl string `protobuf:"bytes,1,opt,name=mediaUrl,proto3" json:"mediaUrl,omitempty"`
	Height   int32  `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"`
	Width    int32  `protobuf:"varint,3,opt,name=width,proto3" json:"width,omitempty"`
	// contains filtered or unexported fields
}

func (*ImageMsg) Descriptor deprecated

func (*ImageMsg) Descriptor() ([]byte, []int)

Deprecated: Use ImageMsg.ProtoReflect.Descriptor instead.

func (*ImageMsg) GetHeight

func (x *ImageMsg) GetHeight() int32

func (*ImageMsg) GetMediaUrl

func (x *ImageMsg) GetMediaUrl() string

func (*ImageMsg) GetWidth

func (x *ImageMsg) GetWidth() int32

func (*ImageMsg) ProtoMessage

func (*ImageMsg) ProtoMessage()

func (*ImageMsg) ProtoReflect

func (x *ImageMsg) ProtoReflect() protoreflect.Message

func (*ImageMsg) Reset

func (x *ImageMsg) Reset()

func (*ImageMsg) String

func (x *ImageMsg) String() string

type NoticeMsg

type NoticeMsg struct {
	Type NoticeMsgType `protobuf:"varint,1,opt,name=type,proto3,enum=imparse.proto.NoticeMsgType" json:"type,omitempty"`
	Body []byte        `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*NoticeMsg) Descriptor deprecated

func (*NoticeMsg) Descriptor() ([]byte, []int)

Deprecated: Use NoticeMsg.ProtoReflect.Descriptor instead.

func (*NoticeMsg) GetBody

func (x *NoticeMsg) GetBody() []byte

func (*NoticeMsg) GetType

func (x *NoticeMsg) GetType() NoticeMsgType

func (*NoticeMsg) ProtoMessage

func (*NoticeMsg) ProtoMessage()

func (*NoticeMsg) ProtoReflect

func (x *NoticeMsg) ProtoReflect() protoreflect.Message

func (*NoticeMsg) Reset

func (x *NoticeMsg) Reset()

func (*NoticeMsg) String

func (x *NoticeMsg) String() string

type NoticeMsgDeleteGroup

type NoticeMsgDeleteGroup struct {
	Group    int64  `protobuf:"varint,1,opt,name=group,proto3" json:"group,omitempty"`
	Operator string `protobuf:"bytes,2,opt,name=operator,proto3" json:"operator,omitempty"`
	// contains filtered or unexported fields
}

func (*NoticeMsgDeleteGroup) Descriptor deprecated

func (*NoticeMsgDeleteGroup) Descriptor() ([]byte, []int)

Deprecated: Use NoticeMsgDeleteGroup.ProtoReflect.Descriptor instead.

func (*NoticeMsgDeleteGroup) GetGroup

func (x *NoticeMsgDeleteGroup) GetGroup() int64

func (*NoticeMsgDeleteGroup) GetOperator

func (x *NoticeMsgDeleteGroup) GetOperator() string

func (*NoticeMsgDeleteGroup) ProtoMessage

func (*NoticeMsgDeleteGroup) ProtoMessage()

func (*NoticeMsgDeleteGroup) ProtoReflect

func (x *NoticeMsgDeleteGroup) ProtoReflect() protoreflect.Message

func (*NoticeMsgDeleteGroup) Reset

func (x *NoticeMsgDeleteGroup) Reset()

func (*NoticeMsgDeleteGroup) String

func (x *NoticeMsgDeleteGroup) String() string

type NoticeMsgKickOutGroup

type NoticeMsgKickOutGroup struct {
	Group    int64    `protobuf:"varint,1,opt,name=group,proto3" json:"group,omitempty"`
	Operator string   `protobuf:"bytes,2,opt,name=operator,proto3" json:"operator,omitempty"`
	Members  []string `protobuf:"bytes,3,rep,name=members,proto3" json:"members,omitempty"`
	// contains filtered or unexported fields
}

func (*NoticeMsgKickOutGroup) Descriptor deprecated

func (*NoticeMsgKickOutGroup) Descriptor() ([]byte, []int)

Deprecated: Use NoticeMsgKickOutGroup.ProtoReflect.Descriptor instead.

func (*NoticeMsgKickOutGroup) GetGroup

func (x *NoticeMsgKickOutGroup) GetGroup() int64

func (*NoticeMsgKickOutGroup) GetMembers

func (x *NoticeMsgKickOutGroup) GetMembers() []string

func (*NoticeMsgKickOutGroup) GetOperator

func (x *NoticeMsgKickOutGroup) GetOperator() string

func (*NoticeMsgKickOutGroup) ProtoMessage

func (*NoticeMsgKickOutGroup) ProtoMessage()

func (*NoticeMsgKickOutGroup) ProtoReflect

func (x *NoticeMsgKickOutGroup) ProtoReflect() protoreflect.Message

func (*NoticeMsgKickOutGroup) Reset

func (x *NoticeMsgKickOutGroup) Reset()

func (*NoticeMsgKickOutGroup) String

func (x *NoticeMsgKickOutGroup) String() string

type NoticeMsgSignInGroup

type NoticeMsgSignInGroup struct {
	Group   int64    `protobuf:"varint,1,opt,name=group,proto3" json:"group,omitempty"`
	Inviter string   `protobuf:"bytes,2,opt,name=inviter,proto3" json:"inviter,omitempty"`
	Members []string `protobuf:"bytes,3,rep,name=members,proto3" json:"members,omitempty"`
	// contains filtered or unexported fields
}

func (*NoticeMsgSignInGroup) Descriptor deprecated

func (*NoticeMsgSignInGroup) Descriptor() ([]byte, []int)

Deprecated: Use NoticeMsgSignInGroup.ProtoReflect.Descriptor instead.

func (*NoticeMsgSignInGroup) GetGroup

func (x *NoticeMsgSignInGroup) GetGroup() int64

func (*NoticeMsgSignInGroup) GetInviter

func (x *NoticeMsgSignInGroup) GetInviter() string

func (*NoticeMsgSignInGroup) GetMembers

func (x *NoticeMsgSignInGroup) GetMembers() []string

func (*NoticeMsgSignInGroup) ProtoMessage

func (*NoticeMsgSignInGroup) ProtoMessage()

func (*NoticeMsgSignInGroup) ProtoReflect

func (x *NoticeMsgSignInGroup) ProtoReflect() protoreflect.Message

func (*NoticeMsgSignInGroup) Reset

func (x *NoticeMsgSignInGroup) Reset()

func (*NoticeMsgSignInGroup) String

func (x *NoticeMsgSignInGroup) String() string

type NoticeMsgSignOutGroup

type NoticeMsgSignOutGroup struct {
	Group    int64  `protobuf:"varint,1,opt,name=group,proto3" json:"group,omitempty"`
	Operator string `protobuf:"bytes,2,opt,name=operator,proto3" json:"operator,omitempty"`
	// contains filtered or unexported fields
}

func (*NoticeMsgSignOutGroup) Descriptor deprecated

func (*NoticeMsgSignOutGroup) Descriptor() ([]byte, []int)

Deprecated: Use NoticeMsgSignOutGroup.ProtoReflect.Descriptor instead.

func (*NoticeMsgSignOutGroup) GetGroup

func (x *NoticeMsgSignOutGroup) GetGroup() int64

func (*NoticeMsgSignOutGroup) GetOperator

func (x *NoticeMsgSignOutGroup) GetOperator() string

func (*NoticeMsgSignOutGroup) ProtoMessage

func (*NoticeMsgSignOutGroup) ProtoMessage()

func (*NoticeMsgSignOutGroup) ProtoReflect

func (x *NoticeMsgSignOutGroup) ProtoReflect() protoreflect.Message

func (*NoticeMsgSignOutGroup) Reset

func (x *NoticeMsgSignOutGroup) Reset()

func (*NoticeMsgSignOutGroup) String

func (x *NoticeMsgSignOutGroup) String() string

type NoticeMsgType

type NoticeMsgType int32

notice msg define

const (
	NoticeMsgType_UpdateGroupNameNoticeMsg        NoticeMsgType = 0
	NoticeMsgType_SignInGroupNoticeMsg            NoticeMsgType = 1
	NoticeMsgType_SignOutGroupNoticeMsg           NoticeMsgType = 2
	NoticeMsgType_KickOutGroupNoticeMsg           NoticeMsgType = 3
	NoticeMsgType_DeleteGroupNoticeMsg            NoticeMsgType = 4
	NoticeMsgType_UpdateGroupMutedNoticeMsg       NoticeMsgType = 5
	NoticeMsgType_UpdateGroupMemberMutedNoticeMsg NoticeMsgType = 6
	NoticeMsgType_UpdateGroupOwnerNoticeMsg       NoticeMsgType = 7
	NoticeMsgType_MsgRevoked                      NoticeMsgType = 8 //撤回消息通知,客户端占用
)

func (NoticeMsgType) Descriptor

func (NoticeMsgType) Enum

func (x NoticeMsgType) Enum() *NoticeMsgType

func (NoticeMsgType) EnumDescriptor deprecated

func (NoticeMsgType) EnumDescriptor() ([]byte, []int)

Deprecated: Use NoticeMsgType.Descriptor instead.

func (NoticeMsgType) Number

func (NoticeMsgType) String

func (x NoticeMsgType) String() string

func (NoticeMsgType) Type

type NoticeMsgUpdateGroupMemberMutedTime

type NoticeMsgUpdateGroupMemberMutedTime struct {
	Group    int64    `protobuf:"varint,1,opt,name=group,proto3" json:"group,omitempty"`
	Operator string   `protobuf:"bytes,2,opt,name=operator,proto3" json:"operator,omitempty"`
	Members  []string `protobuf:"bytes,3,rep,name=members,proto3" json:"members,omitempty"`
	// contains filtered or unexported fields
}

func (*NoticeMsgUpdateGroupMemberMutedTime) Descriptor deprecated

func (*NoticeMsgUpdateGroupMemberMutedTime) Descriptor() ([]byte, []int)

Deprecated: Use NoticeMsgUpdateGroupMemberMutedTime.ProtoReflect.Descriptor instead.

func (*NoticeMsgUpdateGroupMemberMutedTime) GetGroup

func (*NoticeMsgUpdateGroupMemberMutedTime) GetMembers

func (x *NoticeMsgUpdateGroupMemberMutedTime) GetMembers() []string

func (*NoticeMsgUpdateGroupMemberMutedTime) GetOperator

func (*NoticeMsgUpdateGroupMemberMutedTime) ProtoMessage

func (*NoticeMsgUpdateGroupMemberMutedTime) ProtoMessage()

func (*NoticeMsgUpdateGroupMemberMutedTime) ProtoReflect

func (*NoticeMsgUpdateGroupMemberMutedTime) Reset

func (*NoticeMsgUpdateGroupMemberMutedTime) String

type NoticeMsgUpdateGroupMuted

type NoticeMsgUpdateGroupMuted struct {
	Group    int64           `protobuf:"varint,1,opt,name=group,proto3" json:"group,omitempty"`
	Operator string          `protobuf:"bytes,2,opt,name=operator,proto3" json:"operator,omitempty"`
	Type     signal.MuteType `protobuf:"varint,3,opt,name=type,proto3,enum=imparse.proto.MuteType" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*NoticeMsgUpdateGroupMuted) Descriptor deprecated

func (*NoticeMsgUpdateGroupMuted) Descriptor() ([]byte, []int)

Deprecated: Use NoticeMsgUpdateGroupMuted.ProtoReflect.Descriptor instead.

func (*NoticeMsgUpdateGroupMuted) GetGroup

func (x *NoticeMsgUpdateGroupMuted) GetGroup() int64

func (*NoticeMsgUpdateGroupMuted) GetOperator

func (x *NoticeMsgUpdateGroupMuted) GetOperator() string

func (*NoticeMsgUpdateGroupMuted) GetType

func (*NoticeMsgUpdateGroupMuted) ProtoMessage

func (*NoticeMsgUpdateGroupMuted) ProtoMessage()

func (*NoticeMsgUpdateGroupMuted) ProtoReflect

func (*NoticeMsgUpdateGroupMuted) Reset

func (x *NoticeMsgUpdateGroupMuted) Reset()

func (*NoticeMsgUpdateGroupMuted) String

func (x *NoticeMsgUpdateGroupMuted) String() string

type NoticeMsgUpdateGroupName

type NoticeMsgUpdateGroupName struct {
	Group    int64  `protobuf:"varint,1,opt,name=group,proto3" json:"group,omitempty"`
	Operator string `protobuf:"bytes,2,opt,name=operator,proto3" json:"operator,omitempty"`
	Name     string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*NoticeMsgUpdateGroupName) Descriptor deprecated

func (*NoticeMsgUpdateGroupName) Descriptor() ([]byte, []int)

Deprecated: Use NoticeMsgUpdateGroupName.ProtoReflect.Descriptor instead.

func (*NoticeMsgUpdateGroupName) GetGroup

func (x *NoticeMsgUpdateGroupName) GetGroup() int64

func (*NoticeMsgUpdateGroupName) GetName

func (x *NoticeMsgUpdateGroupName) GetName() string

func (*NoticeMsgUpdateGroupName) GetOperator

func (x *NoticeMsgUpdateGroupName) GetOperator() string

func (*NoticeMsgUpdateGroupName) ProtoMessage

func (*NoticeMsgUpdateGroupName) ProtoMessage()

func (*NoticeMsgUpdateGroupName) ProtoReflect

func (x *NoticeMsgUpdateGroupName) ProtoReflect() protoreflect.Message

func (*NoticeMsgUpdateGroupName) Reset

func (x *NoticeMsgUpdateGroupName) Reset()

func (*NoticeMsgUpdateGroupName) String

func (x *NoticeMsgUpdateGroupName) String() string

type NoticeMsgUpdateGroupOwner

type NoticeMsgUpdateGroupOwner struct {
	Group    int64  `protobuf:"varint,1,opt,name=group,proto3" json:"group,omitempty"`
	NewOwner string `protobuf:"bytes,2,opt,name=newOwner,proto3" json:"newOwner,omitempty"`
	// contains filtered or unexported fields
}

func (*NoticeMsgUpdateGroupOwner) Descriptor deprecated

func (*NoticeMsgUpdateGroupOwner) Descriptor() ([]byte, []int)

Deprecated: Use NoticeMsgUpdateGroupOwner.ProtoReflect.Descriptor instead.

func (*NoticeMsgUpdateGroupOwner) GetGroup

func (x *NoticeMsgUpdateGroupOwner) GetGroup() int64

func (*NoticeMsgUpdateGroupOwner) GetNewOwner

func (x *NoticeMsgUpdateGroupOwner) GetNewOwner() string

func (*NoticeMsgUpdateGroupOwner) ProtoMessage

func (*NoticeMsgUpdateGroupOwner) ProtoMessage()

func (*NoticeMsgUpdateGroupOwner) ProtoReflect

func (*NoticeMsgUpdateGroupOwner) Reset

func (x *NoticeMsgUpdateGroupOwner) Reset()

func (*NoticeMsgUpdateGroupOwner) String

func (x *NoticeMsgUpdateGroupOwner) String() string

type RedPacketMsg

type RedPacketMsg struct {
	TxHash     string                `protobuf:"bytes,1,opt,name=txHash,proto3" json:"txHash,omitempty"`
	CoinName   string                `protobuf:"bytes,2,opt,name=coinName,proto3" json:"coinName,omitempty"`
	Exec       string                `protobuf:"bytes,3,opt,name=exec,proto3" json:"exec,omitempty"` //执行器名称 user.p.
	PacketType RedPacketMsg_RPType   `protobuf:"varint,4,opt,name=packetType,proto3,enum=imparse.proto.RedPacketMsg_RPType" json:"packetType,omitempty"`
	PrivateKey string                `protobuf:"bytes,5,opt,name=privateKey,proto3" json:"privateKey,omitempty"` //客户端创建的私钥(选填)
	Remark     string                `protobuf:"bytes,6,opt,name=remark,proto3" json:"remark,omitempty"`
	Expire     uint64                `protobuf:"varint,7,opt,name=expire,proto3" json:"expire,omitempty"` //到期时间 单位:ms时间戳
	CoinType   RedPacketMsg_CoinType `protobuf:"varint,8,opt,name=coinType,proto3,enum=imparse.proto.RedPacketMsg_CoinType" json:"coinType,omitempty"`
	// contains filtered or unexported fields
}

func (*RedPacketMsg) Descriptor deprecated

func (*RedPacketMsg) Descriptor() ([]byte, []int)

Deprecated: Use RedPacketMsg.ProtoReflect.Descriptor instead.

func (*RedPacketMsg) GetCoinName

func (x *RedPacketMsg) GetCoinName() string

func (*RedPacketMsg) GetCoinType

func (x *RedPacketMsg) GetCoinType() RedPacketMsg_CoinType

func (*RedPacketMsg) GetExec

func (x *RedPacketMsg) GetExec() string

func (*RedPacketMsg) GetExpire

func (x *RedPacketMsg) GetExpire() uint64

func (*RedPacketMsg) GetPacketType

func (x *RedPacketMsg) GetPacketType() RedPacketMsg_RPType

func (*RedPacketMsg) GetPrivateKey

func (x *RedPacketMsg) GetPrivateKey() string

func (*RedPacketMsg) GetRemark

func (x *RedPacketMsg) GetRemark() string

func (*RedPacketMsg) GetTxHash

func (x *RedPacketMsg) GetTxHash() string

func (*RedPacketMsg) ProtoMessage

func (*RedPacketMsg) ProtoMessage()

func (*RedPacketMsg) ProtoReflect

func (x *RedPacketMsg) ProtoReflect() protoreflect.Message

func (*RedPacketMsg) Reset

func (x *RedPacketMsg) Reset()

func (*RedPacketMsg) String

func (x *RedPacketMsg) String() string

type RedPacketMsg_CoinType

type RedPacketMsg_CoinType int32
const (
	RedPacketMsg_Coins RedPacketMsg_CoinType = 0
	RedPacketMsg_Token RedPacketMsg_CoinType = 1
)

func (RedPacketMsg_CoinType) Descriptor

func (RedPacketMsg_CoinType) Enum

func (RedPacketMsg_CoinType) EnumDescriptor deprecated

func (RedPacketMsg_CoinType) EnumDescriptor() ([]byte, []int)

Deprecated: Use RedPacketMsg_CoinType.Descriptor instead.

func (RedPacketMsg_CoinType) Number

func (RedPacketMsg_CoinType) String

func (x RedPacketMsg_CoinType) String() string

func (RedPacketMsg_CoinType) Type

type RedPacketMsg_RPType

type RedPacketMsg_RPType int32
const (
	RedPacketMsg_RandomAmount    RedPacketMsg_RPType = 0
	RedPacketMsg_IdenticalAmount RedPacketMsg_RPType = 1
)

func (RedPacketMsg_RPType) Descriptor

func (RedPacketMsg_RPType) Enum

func (RedPacketMsg_RPType) EnumDescriptor deprecated

func (RedPacketMsg_RPType) EnumDescriptor() ([]byte, []int)

Deprecated: Use RedPacketMsg_RPType.Descriptor instead.

func (RedPacketMsg_RPType) Number

func (RedPacketMsg_RPType) String

func (x RedPacketMsg_RPType) String() string

func (RedPacketMsg_RPType) Type

type TextMsg

type TextMsg struct {
	Content string   `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"`
	Mention []string `protobuf:"bytes,2,rep,name=mention,proto3" json:"mention,omitempty"`
	// contains filtered or unexported fields
}

func (*TextMsg) Descriptor deprecated

func (*TextMsg) Descriptor() ([]byte, []int)

Deprecated: Use TextMsg.ProtoReflect.Descriptor instead.

func (*TextMsg) GetContent

func (x *TextMsg) GetContent() string

func (*TextMsg) GetMention

func (x *TextMsg) GetMention() []string

func (*TextMsg) ProtoMessage

func (*TextMsg) ProtoMessage()

func (*TextMsg) ProtoReflect

func (x *TextMsg) ProtoReflect() protoreflect.Message

func (*TextMsg) Reset

func (x *TextMsg) Reset()

func (*TextMsg) String

func (x *TextMsg) String() string

type TransferMsg

type TransferMsg struct {
	TxHash   string               `protobuf:"bytes,1,opt,name=txHash,proto3" json:"txHash,omitempty"`
	CoinName string               `protobuf:"bytes,2,opt,name=coinName,proto3" json:"coinName,omitempty"`
	Chain    string               `protobuf:"bytes,3,opt,name=chain,proto3" json:"chain,omitempty"`
	Platform string               `protobuf:"bytes,4,opt,name=platform,proto3" json:"platform,omitempty"`
	CoinType TransferMsg_CoinType `protobuf:"varint,5,opt,name=coinType,proto3,enum=imparse.proto.TransferMsg_CoinType" json:"coinType,omitempty"`
	// contains filtered or unexported fields
}

func (*TransferMsg) Descriptor deprecated

func (*TransferMsg) Descriptor() ([]byte, []int)

Deprecated: Use TransferMsg.ProtoReflect.Descriptor instead.

func (*TransferMsg) GetChain

func (x *TransferMsg) GetChain() string

func (*TransferMsg) GetCoinName

func (x *TransferMsg) GetCoinName() string

func (*TransferMsg) GetCoinType

func (x *TransferMsg) GetCoinType() TransferMsg_CoinType

func (*TransferMsg) GetPlatform

func (x *TransferMsg) GetPlatform() string

func (*TransferMsg) GetTxHash

func (x *TransferMsg) GetTxHash() string

func (*TransferMsg) ProtoMessage

func (*TransferMsg) ProtoMessage()

func (*TransferMsg) ProtoReflect

func (x *TransferMsg) ProtoReflect() protoreflect.Message

func (*TransferMsg) Reset

func (x *TransferMsg) Reset()

func (*TransferMsg) String

func (x *TransferMsg) String() string

type TransferMsg_CoinType

type TransferMsg_CoinType int32
const (
	TransferMsg_Coins TransferMsg_CoinType = 0
	TransferMsg_Token TransferMsg_CoinType = 1
)

func (TransferMsg_CoinType) Descriptor

func (TransferMsg_CoinType) Enum

func (TransferMsg_CoinType) EnumDescriptor deprecated

func (TransferMsg_CoinType) EnumDescriptor() ([]byte, []int)

Deprecated: Use TransferMsg_CoinType.Descriptor instead.

func (TransferMsg_CoinType) Number

func (TransferMsg_CoinType) String

func (x TransferMsg_CoinType) String() string

func (TransferMsg_CoinType) Type

type VideoMsg

type VideoMsg struct {
	MediaUrl string `protobuf:"bytes,1,opt,name=mediaUrl,proto3" json:"mediaUrl,omitempty"`
	Time     int32  `protobuf:"varint,2,opt,name=time,proto3" json:"time,omitempty"`
	Height   int32  `protobuf:"varint,3,opt,name=height,proto3" json:"height,omitempty"`
	Width    int32  `protobuf:"varint,4,opt,name=width,proto3" json:"width,omitempty"`
	// contains filtered or unexported fields
}

func (*VideoMsg) Descriptor deprecated

func (*VideoMsg) Descriptor() ([]byte, []int)

Deprecated: Use VideoMsg.ProtoReflect.Descriptor instead.

func (*VideoMsg) GetHeight

func (x *VideoMsg) GetHeight() int32

func (*VideoMsg) GetMediaUrl

func (x *VideoMsg) GetMediaUrl() string

func (*VideoMsg) GetTime

func (x *VideoMsg) GetTime() int32

func (*VideoMsg) GetWidth

func (x *VideoMsg) GetWidth() int32

func (*VideoMsg) ProtoMessage

func (*VideoMsg) ProtoMessage()

func (*VideoMsg) ProtoReflect

func (x *VideoMsg) ProtoReflect() protoreflect.Message

func (*VideoMsg) Reset

func (x *VideoMsg) Reset()

func (*VideoMsg) String

func (x *VideoMsg) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL