客服可以给会话设置个人备注, 设置 快捷回复
建群自动话术
This commit is contained in:
@@ -29,6 +29,7 @@ type ChatParticipant struct {
|
||||
ParticipantType string `gorm:"size:16;not null;index" json:"participant_type"`
|
||||
ParticipantID uint64 `gorm:"not null;index" json:"participant_id"`
|
||||
Role string `gorm:"size:32;not null" json:"role"`
|
||||
Remark string `gorm:"size:128;not null;default:''" json:"remark"`
|
||||
LastReadAt *time.Time `json:"last_read_at"`
|
||||
JoinedAt time.Time `json:"joined_at"`
|
||||
CreatedAt time.Time `json:"created_at"`
|
||||
|
||||
Reference in New Issue
Block a user