first commit
This commit is contained in:
10
pkg/common/netease/dto/ImChatroomOnlineMember.go
Normal file
10
pkg/common/netease/dto/ImChatroomOnlineMember.go
Normal file
@ -0,0 +1,10 @@
|
||||
package yunxin
|
||||
|
||||
// 聊天室在线成员对象
|
||||
type ImChatroomOnlineMember struct {
|
||||
MessageRoomId int `json:"roomid"`
|
||||
UserId string `json:"accid"`
|
||||
EnterTime int64 `json:"enterTime"`
|
||||
Type string `json:"type"`
|
||||
OnlineStat bool `json:"onlineStat"`
|
||||
}
|
||||
Reference in New Issue
Block a user