25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- package model
-
- import "gim/pkg/pb"
-
- type Sender struct {
- SenderType pb.SenderType // 发送者类型,1:系统,2:用户,3:业务方
- SenderId int64 // 发送者id
- DeviceId int64 // 发送者设备id
- Nickname string // 昵称
- AvatarUrl string // 头像
- Extra string // 扩展字段
- }
|