目录
群聊:
编辑
表情包发送:
图片发送:
群聊:
1.群资料的表groupinformation
字段:GroupId 群id,GroupName 群名,CreatTime 创群时间,CreatUserId 创群的人,GroupAvatar 群头像
2.群成员的表groupmember
字段:GroupId 群id,成员GroupMemberId,MemberIdentity 身份,JoinDate 加群时间
3.申请入群的表groupapplication
字段:GroupId 群id,ApUserId 申请人id,ApTime 申请时间
4.聊天消息
GroupId 群id,成员GroupMemberId,GroupContent 群聊天信息,ContentSendTime 发消息的时间