Documentation ¶
Overview ¶
* @Descripttion: * @version: * @Author: ran.ding * @Date: 2019-09-02 18:29:55 * @LastEditors: ran.ding * @LastEditTime: 2019-09-10 11:37:14
* @Descripttion: * @version: * @Author: ran.ding * @Date: 2019-09-02 18:29:55 * @LastEditors: ran.ding * @LastEditTime: 2019-09-10 11:22:38
Index ¶
- Constants
- func RCErrorNew(code int, text string) error
- func RCErrorNewV2(code int, text string) error
- func WithKeepAlive(t time.Duration) rongCloudOption
- func WithMaxIdleConnsPerHost(n int) rongCloudOption
- func WithRongCloudSMSURI(rongCloudSMSURI string) rongCloudOption
- func WithRongCloudURI(rongCloudURI string) rongCloudOption
- func WithTimeout(t time.Duration) rongCloudOption
- func WithTransport(transport http.RoundTripper) rongCloudOption
- type AndroidPush
- type Audience
- type BlacklistResult
- type BlockListResult
- type Broadcast
- type BroadcastRecallContent
- type CMDMsg
- type CMDNtf
- type ChatRoom
- type ChatRoomAttr
- type ChatRoomAttrResult
- type ChatRoomInfo
- type ChatRoomKVNotiMessage
- type ChatRoomQueryResult
- type ChatRoomResult
- type ChatRoomUser
- type CodeResult
- type CodeResultV2
- type ContactNtf
- type ConversationType
- type DizNtf
- type Extras
- type FileMsg
- type Group
- type GroupInfo
- type GroupUser
- type GrpNtf
- type HQVCMsg
- type History
- type IMGTextMsg
- type IOSPush
- type ImgMsg
- type InfoNtf
- type LBSMsg
- type ListWordFilterResult
- type MentionMsgContent
- type MentionedInfo
- type Message
- type MessageExpansionItem
- type MsgOption
- func WithExtraContent(extraContent string) MsgOption
- func WithIsAdmin(isAdmin int) MsgOption
- func WithIsDelete(isDelete int) MsgOption
- func WithMsgBusChannel(busChannel string) MsgOption
- func WithMsgContentAvailable(contentAvailable int) MsgOption
- func WithMsgDisablePush(isDisablePush bool) MsgOption
- func WithMsgExpansion(isExpansion bool) MsgOption
- func WithMsgMentioned(isMentioned int) MsgOption
- func WithMsgPushContent(pushContent string) MsgOption
- func WithMsgPushData(pushData string) MsgOption
- func WithMsgPushExt(pushExt string) MsgOption
- func WithMsgVerifyBlacklist(verifyBlacklist int) MsgOption
- type MsgUserInfo
- type Notification
- type PlatForm
- type ProfileNtf
- type Push
- type PushExt
- type PushNotification
- type PushResult
- type RespDataArray
- type RespDataKV
- type RongCloud
- func (rc *RongCloud) AddWhiteList(userId string, whiteList []string) error
- func (rc *RongCloud) BlacklistAdd(id string, blacklist []string) error
- func (rc *RongCloud) BlacklistGet(id string) (BlacklistResult, error)
- func (rc *RongCloud) BlacklistRemove(id string, blacklist []string) error
- func (rc *RongCloud) BlockAdd(id string, minute uint64) error
- func (rc *RongCloud) BlockGetList() (BlockListResult, error)
- func (rc *RongCloud) BlockRemove(id string) error
- func (rc *RongCloud) ChangeURI()
- func (rc *RongCloud) ChatRoomBanAdd(members []string, minute uint) error
- func (rc *RongCloud) ChatRoomBanGetList() ([]ChatRoomUser, error)
- func (rc *RongCloud) ChatRoomBanRemove(members []string) error
- func (rc *RongCloud) ChatRoomBlockAdd(id string, members []string, minute uint) error
- func (rc *RongCloud) ChatRoomBlockGetList(id string) (ChatRoomResult, error)
- func (rc *RongCloud) ChatRoomBlockRemove(id string, members []string) error
- func (rc *RongCloud) ChatRoomBroadcast(senderID, objectName string, msg rcMsg) error
- func (rc *RongCloud) ChatRoomCreate(id, name string) error
- func (rc *RongCloud) ChatRoomDemotionAdd(objectNames []string) error
- func (rc *RongCloud) ChatRoomDemotionGetList() ([]string, error)
- func (rc *RongCloud) ChatRoomDemotionRemove(objectNames []string) error
- func (rc *RongCloud) ChatRoomDestroy(id string) error
- func (rc *RongCloud) ChatRoomDistributionResume(id string) error
- func (rc *RongCloud) ChatRoomDistributionStop(id string) error
- func (rc *RongCloud) ChatRoomEntryQuery(chatRoomID, keys string) ([]ChatRoomAttr, error)
- func (rc *RongCloud) ChatRoomEntryRemove(chatRoomID, userID, key string) error
- func (rc *RongCloud) ChatRoomEntrySet(chatRoomID, userID, key, value string, autoDelete bool) error
- func (rc *RongCloud) ChatRoomGagAdd(id string, members []string, minute uint) error
- func (rc *RongCloud) ChatRoomGagGetList(id string) ([]ChatRoomUser, error)
- func (rc *RongCloud) ChatRoomGagRemove(id string, members []string) error
- func (rc *RongCloud) ChatRoomGet(id string, count, order int) (ChatRoomResult, error)
- func (rc *RongCloud) ChatRoomIsExist(id string, members []string) ([]ChatRoomUser, error)
- func (rc *RongCloud) ChatRoomKeepAliveAdd(id string) error
- func (rc *RongCloud) ChatRoomKeepAliveGetList() ([]string, error)
- func (rc *RongCloud) ChatRoomKeepAliveRemove(id string) error
- func (rc *RongCloud) ChatRoomMuteMembersAdd(id string, members []string, minute uint) error
- func (rc *RongCloud) ChatRoomMuteMembersGetList(id string) ([]ChatRoomUser, error)
- func (rc *RongCloud) ChatRoomMuteMembersRemove(id string, members []string) error
- func (rc *RongCloud) ChatRoomQuery(chatRoomID []string) ([]ChatRoom, error)
- func (rc *RongCloud) ChatRoomRecall(userId string, targetId string, messageId string, sentTime int, ...) error
- func (rc *RongCloud) ChatRoomSend(senderID string, targetID []string, objectName string, msg rcMsg, ...) error
- func (rc *RongCloud) ChatRoomUserWhitelistAdd(id string, members []string) error
- func (rc *RongCloud) ChatRoomUserWhitelistGetList(id string) ([]string, error)
- func (rc *RongCloud) ChatRoomUserWhitelistRemove(id string, members []string) error
- func (rc *RongCloud) ChatRoomWhitelistAdd(objectNames []string) error
- func (rc *RongCloud) ChatRoomWhitelistGetList() ([]string, error)
- func (rc *RongCloud) ChatRoomWhitelistRemove(objectNames []string) error
- func (rc *RongCloud) ConversationGet(conversationType ConversationType, userID, targetID string, ...) (int, error)
- func (rc *RongCloud) ConversationMute(conversationType ConversationType, userID, targetID string, ...) error
- func (rc *RongCloud) ConversationNotificationGet(ct ConversationType, requestId, targetId, busChannel string) (int, error)
- func (rc *RongCloud) ConversationNotificationSet(ct ConversationType, requestId, targetId, busChannel string, ...) error
- func (rc *RongCloud) ConversationPin(conversationType ConversationType, userID, targetID string, ...) error
- func (rc *RongCloud) ConversationTypeNotificationGet(ct ConversationType, requestId string) (int, error)
- func (rc *RongCloud) ConversationTypeNotificationSet(ct ConversationType, requestId string, unPushLevel int) error
- func (rc *RongCloud) ConversationUnPin(conversationType ConversationType, userID, targetID string, ...) error
- func (rc *RongCloud) ConversationUnmute(conversationType ConversationType, userID, targetID string, ...) error
- func (rc *RongCloud) DeleteMessageExpansion(msgUID, userId, conversationType, targetId string, isSyncSender int, ...) error
- func (rc *RongCloud) GetHttpTransport() http.RoundTripper
- func (rc *RongCloud) GroupCreate(id, name string, members []string) error
- func (rc *RongCloud) GroupDismiss(id, member string) error
- func (rc *RongCloud) GroupGagAdd(id string, members []string, minute int) error
- func (rc *RongCloud) GroupGagList(id string) (Group, error)
- func (rc *RongCloud) GroupGagRemove(id string, members []string) error
- func (rc *RongCloud) GroupGet(id string) (Group, error)
- func (rc *RongCloud) GroupJoin(id, name, member string) error
- func (rc *RongCloud) GroupMuteAllMembersAdd(members []string) error
- func (rc *RongCloud) GroupMuteAllMembersGetList(members []string) (GroupInfo, error)
- func (rc *RongCloud) GroupMuteAllMembersRemove(members []string) error
- func (rc *RongCloud) GroupMuteMembersAdd(id string, members []string, minute int) error
- func (rc *RongCloud) GroupMuteMembersGetList(id string) (Group, error)
- func (rc *RongCloud) GroupMuteMembersRemove(id string, members []string) error
- func (rc *RongCloud) GroupMuteWhiteListUserAdd(id string, members []string) error
- func (rc *RongCloud) GroupMuteWhiteListUserGetList(id string) ([]string, error)
- func (rc *RongCloud) GroupMuteWhiteListUserRemove(id string, members []string) error
- func (rc *RongCloud) GroupQuit(member, id string) error
- func (rc *RongCloud) GroupRecall(senderID, targetID, uID string, sentTime int, options ...MsgOption) error
- func (rc *RongCloud) GroupSend(senderID string, targetID, userID []string, objectName string, msg rcMsg, ...) error
- func (rc *RongCloud) GroupSendMention(senderID string, targetID []string, objectName string, msg MentionMsgContent, ...) error
- func (rc *RongCloud) GroupStatusSend(senderID string, toGroupIds []string, objectName string, msg rcMsg, ...) error
- func (rc *RongCloud) GroupSync(id string, groups []Group) error
- func (rc *RongCloud) GroupUpdate(id, name string) error
- func (rc *RongCloud) HistoryGet(date string) (History, error)
- func (rc *RongCloud) HistoryRemove(date string) error
- func (rc *RongCloud) MessageBroadcastRecall(userId string, objectName string, content BroadcastRecallContent) error
- func (rc *RongCloud) OnlineBroadcast(fromUserId string, objectName string, content string) ([]byte, error)
- func (rc *RongCloud) OnlineStatusCheck(userID string) (int, error)
- func (rc *RongCloud) PrivateRecall(senderID, targetID, uID string, sentTime int, options ...MsgOption) error
- func (rc *RongCloud) PrivateSend(senderID string, targetID []string, objectName string, msg rcMsg, ...) error
- func (rc *RongCloud) PrivateSendTemplate(senderID, objectName string, template TXTMsg, content []TemplateMsgContent, ...) error
- func (rc *RongCloud) PrivateStatusSend(senderID string, targetID []string, objectName string, msg rcMsg, ...) error
- func (rc *RongCloud) PrivateURI(uri, sms string)
- func (rc *RongCloud) PushSend(sender Sender) (PushResult, error)
- func (rc *RongCloud) PushUser(notification *PushNotification, users ...string) error
- func (rc *RongCloud) QueryMessageExpansion(msgUID string, page int) ([]MessageExpansionItem, error)
- func (rc *RongCloud) QueryWhiteList(userId string) (WhiteList, error)
- func (rc *RongCloud) RemoveWhiteList(userId string, whiteList []string) error
- func (rc *RongCloud) SensitiveAdd(keyword, replace string, sensitiveType int) error
- func (rc *RongCloud) SensitiveGetList() (ListWordFilterResult, error)
- func (rc *RongCloud) SensitiveRemove(keywords []string) error
- func (rc *RongCloud) SetHttpTransport(httpTransport http.RoundTripper)
- func (rc *RongCloud) SetMessageExpansion(msgUID, userId, conversationType, targetId string, extra map[string]string, ...) error
- func (rc *RongCloud) SystemBroadcast(senderID, objectName string, msg rcMsg, options ...MsgOption) error
- func (rc *RongCloud) SystemRecall(userId string, targetId string, messageId string, sentTime int, ...) error
- func (rc *RongCloud) SystemSend(senderID string, targetID []string, objectName string, msg rcMsg, ...) error
- func (rc *RongCloud) SystemSendTemplate(senderID, objectName string, template TXTMsg, content []TemplateMsgContent, ...) error
- func (rc *RongCloud) TagBatchSet(tagBatch TagBatch) error
- func (rc *RongCloud) TagGet(userIds []string) (TagResult, error)
- func (rc *RongCloud) TagSet(tag Tag) error
- func (rc *RongCloud) UGChannelCreate(groupId, channelId string) (err error, requestId string)
- func (rc *RongCloud) UGChannelDelete(groupId, channelId string) (err error, requestId string)
- func (rc *RongCloud) UGChannelQuery(groupId string, page, size int) (channels []UGChannelInfo, err error, requestId string)
- func (rc *RongCloud) UGGroupCreate(userId, groupId, groupName string) (err error, requestId string)
- func (rc *RongCloud) UGGroupDismiss(groupId string) (err error, requestId string)
- func (rc *RongCloud) UGGroupJoin(userId, groupId string) (err error, requestId string)
- func (rc *RongCloud) UGGroupMuteMembersAdd(groupId string, userIds []string) (err error, requestId string)
- func (rc *RongCloud) UGGroupMuteMembersGetList(groupId string) (users []UGUserInfo, err error, requestId string)
- func (rc *RongCloud) UGGroupMuteMembersRemove(groupId string, userIds []string) (err error, requestId string)
- func (rc *RongCloud) UGGroupMuted(groupId string, status bool) (err error, requestId string)
- func (rc *RongCloud) UGGroupMutedQuery(groupId string) (status bool, err error, requestId string)
- func (rc *RongCloud) UGGroupMutedWhitelistAdd(groupId string, userIds []string) (err error, requestId string)
- func (rc *RongCloud) UGGroupMutedWhitelistQuery(groupId string) (users []UGUserInfo, err error, requestId string)
- func (rc *RongCloud) UGGroupMutedWhitelistRemove(groupId string, userIds []string) (err error, requestId string)
- func (rc *RongCloud) UGGroupQuit(userId, groupId string) (err error, requestId string)
- func (rc *RongCloud) UGGroupSend(msg UGMessage) (err error, requestId string)
- func (rc *RongCloud) UGGroupUpdate(groupId, groupName string) (err error, requestId string)
- func (rc *RongCloud) UGMemberExists(groupId, userId string) (bool, error)
- func (rc *RongCloud) UGMessageExpansionDelete(groupId, userId, msgUID, busChannel string, keys ...string) error
- func (rc *RongCloud) UGMessageExpansionQuery(groupId, msgUID, busChannel string) ([]UGMessageExpansionItem, error)
- func (rc *RongCloud) UGMessageExpansionSet(groupId, userId, msgUID, busChannel string, extra map[string]string) error
- func (rc *RongCloud) UGMessagePublish(...) error
- func (rc *RongCloud) UGMessageRecall(userId, targetId, messageId string, sentTime int, options ...MsgOption) error
- func (rc *RongCloud) UGNotDisturbGet(groupId, busChannel string) (*UGNotDisturbGetResponses, error)
- func (rc *RongCloud) UGNotDisturbSet(groupId string, unPushLevel int, busChannel string) error
- func (rc *RongCloud) UGQueryGroupUsers(groupId string, page, size int) (users []UGUserInfo, err error, requestId string)
- func (rc *RongCloud) UGQueryUserGroups(userId string, page, size int) (groups []UGGroupInfo, err error, requestId string)
- func (rc *RongCloud) UltraGroupBannedWhiteListAdd(groupId, busChannel string, userIds ...string) error
- func (rc *RongCloud) UltraGroupBannedWhiteListDel(groupId, busChannel string, userIds ...string) error
- func (rc *RongCloud) UltraGroupBannedWhiteListGet(groupId, busChannel string, page, pageSize int) ([]UltraGroupBannedWhiteListGetResponseItem, error)
- func (rc *RongCloud) UltraGroupChannelCreate(groupId, busChannel string) error
- func (rc *RongCloud) UltraGroupChannelDel(groupId, busChannel string) error
- func (rc *RongCloud) UltraGroupChannelGet(groupId string, page, limit int) ([]UltraGroupChannelGetResponseItem, error)
- func (rc *RongCloud) UltraGroupCreate(userId, groupId, groupName string) error
- func (rc *RongCloud) UltraGroupDis(groupId string) error
- func (rc *RongCloud) UltraGroupGlobalBannedGet(groupId, busChannel string) (bool, error)
- func (rc *RongCloud) UltraGroupGlobalBannedSet(groupId, busChannel string, status bool) error
- func (rc *RongCloud) UltraGroupJoin(userId, groupId string) error
- func (rc *RongCloud) UltraGroupQuit(userId, groupId string) error
- func (rc *RongCloud) UltraGroupRefresh(groupId, groupName string) error
- func (rc *RongCloud) UltraGroupUserBannedAdd(groupId, busChannel string, userIds ...string) error
- func (rc *RongCloud) UltraGroupUserBannedDel(groupId, busChannel string, userIds ...string) error
- func (rc *RongCloud) UltraGroupUserBannedGet(groupId, busChannel string, page, pageSize int) ([]UltraGroupUserBannedResponseItem, error)
- func (rc *RongCloud) UserRegister(userID, name, portraitURI string) (User, error)
- func (rc *RongCloud) UserUpdate(userID, name, portraitURI string) error
- type Sender
- type SensitiveWord
- type TXTMsg
- type Tag
- type TagBatch
- type TagResult
- type TemplateMsgContent
- type UGChannelInfo
- type UGGroupInfo
- type UGMessage
- type UGMessageExpansionItem
- type UGNotDisturbGetResponses
- type UGUserInfo
- type UltraGroupBannedWhiteListGetResponseItem
- type UltraGroupChannelGetResponseItem
- type UltraGroupUserBannedResponseItem
- type User
- type VCMsg
- type WhiteList
Constants ¶
const ( PRIVATE ConversationType = iota + 1 // PRIVATE 二人会话 DISCUSSION // DISCUSSION 讨论组会话 GROUP // GROUP 群组会话 CHATROOM // CHATROOM 聊天室会话 CUSTOM // CUSTOM 客服会话 SYSTEM // SYSTEM 系统通知 APP_PUBLIC_SERVICE // APP_PUBLIC_SERVICE 应用公众服务 PUBLIC_SERVICE // PUBLIC_SERVICE 公众服务 ULTRA_GROUP // ULTRA_GROUP 超级群服务 ConversationTypePrivate ConversationType = 1 // ConversationTypePrivate 二人会话 ConversationTypeGroup ConversationType = 3 // ConversationTypeGroup 群组会话 ConversationTypeSystem ConversationType = 6 // ConversationTypeSystem 系统 ConversationTypeUG ConversationType = 10 // ConversationTypeUG 超级群 ConversationUnPushLevelAllMessage = -1 // ConversationUnPushLevelAllMessage 全部消息通知 ConversationUnPushLevelNotSet = 0 // ConversationUnPushLevelNotSet 未设置 ConversationUnPushLevelAtMessage = 1 // ConversationUnPushLevelAtMessage 仅@消息通知 ConversationUnPushLevelAtUser = 2 // ConversationUnPushLevelAtUser @指定用户通知 ConversationUnPushLevelAtAllGroupMembers = 4 // ConversationUnPushLevelAtAllGroupMembers @群全员通知 ConversationUnPushLevelNotRecv = 5 // ConversationUnPushLevelNotRecv 不接收通知 )
const ( MessagePrivateType = 1 // MessagePrivateType 二人会话 MessageGroupType = 3 // MessageGroupType 群组会话 )
const ( // RONGCLOUDSMSURI 融云默认 SMS API 地址 RONGCLOUDSMSURI = "http://api.sms.ronghub.com" // RONGCLOUDURI 融云默认 API 地址 RONGCLOUDURI = "http://api-cn.ronghub.com" // RONGCLOUDURI2 融云备用 API 地址 RONGCLOUDURI2 = "http://api2-cn.ronghub.com" // ReqType body类型 ReqType = "json" // USERAGENT sdk 名称 USERAGENT = "rc-go-sdk/3.2.6" // DEFAULTTIMEOUT 默认超时时间,10秒 DEFAULTTIMEOUT = 10 // DEFAULT_KEEPALIVE http 默认保活时间,30秒 DEFAULT_KEEPALIVE = 30 // DEFAULT_MAXIDLECONNSPERHOST http 默认每个域名连接数,100 DEFAULT_MAXIDLECONNSPERHOST = 100 // 自动切换 api 地址时间间隔,秒 DEFAULT_CHANGE_URI_DURATION = 30 )
const ( UGUnPushLevelAllMessage = -1 // UGUnPushLevelAllMessage 全部消息通知 UGUnPushLevelNotSet = 0 // UGUnPushLevelNotSet 未设置 UGUnPushLevelAtMessage = 1 // UGUnPushLevelAtMessage 仅@消息通知 UGUnPushLevelAtUser = 2 // UGUnPushLevelAtUser @指定用户通知 UGUnPushLevelAtAllGroupMembers = 4 // UGUnPushLevelAtAllGroupMembers @群全员通知 UGUnPushLevelNotRecv = 5 // UGUnPushLevelNotRecv 不接收通知 )
Variables ¶
This section is empty.
Functions ¶
func WithKeepAlive ¶
WithKeepAlive 连接保活时间,最小单位为秒
func WithMaxIdleConnsPerHost ¶
func WithMaxIdleConnsPerHost(n int) rongCloudOption
WithMaxIdleConnsPerHost 设置每个域名最大连接数
func WithRongCloudSMSURI ¶
func WithRongCloudSMSURI(rongCloudSMSURI string) rongCloudOption
WithRongCloudSMSURI 设置融云 SMS URI
func WithRongCloudURI ¶
func WithRongCloudURI(rongCloudURI string) rongCloudOption
WithRongCloudURI 设置融云 URI
func WithTransport ¶
func WithTransport(transport http.RoundTripper) rongCloudOption
Types ¶
type AndroidPush ¶
type AndroidPush struct { Alert string `json:"alert,omitempty"` // iOS 或 Android 不同平台下的推送消息内容,传入后默认的推送消息内容失效,不能为空。(非必传) Extras Extras `json:"extras,omitempty"` // Extras 请自行实现 Extras Interface,iOS 或 Android 不同平台下的附加信息,如果开发者自己需要,可以自己在 App 端进行解析, PushNotification 没有该字段(非必传) ChannelId string `json:"channelId,omitempty"` // ChannelId 渠道 ID,该条消息针对各厂商使用的推送渠道,目前支持的厂商包括:”MI” 小米、”HW” 华为、”OPPO” Importance string `json:"importance,omitempty"` // Importance 华为通知栏消息优先级,取值 NORMAL、LOW,默认为 NORMAL 重要消息 Image string `json:"image,omitempty"` // Image 华为推送自定义的通知栏消息右侧大图标 URL,如果不设置,则不展示通知栏右侧图标。URL 使用的协议必须是 HTTPS 协议,取值样例:https://example.com/image.png。图标文件须小于 512KB,图标建议规格大小:40dp x 40dp,弧角大小为 8dp,超出建议规格大小的图标会存在图片压缩或显示不全的情况。 LargeIconUri string `json:"large_icon_uri,omitempty"` // LargeIconUri 小米推送自定义的通知栏消息右侧图标 URL,如果不设置,则不展示通知栏右侧图标。国内版仅 MIUI12 以上版本支持,以下版本均不支持;国际版支持。图片要求:大小120 * 120px,格式为 png 或者 jpg 格式。 Classification string `json:"classification,omitempty"` // Classification vivo 推送通道类型。0 为运营消息、1 为系统消息,默认为你在开发者后台应用标识 vivo 推送中设置的推送通道类型。 }
AndroidPush 设置 Android 平台下的推送及附加信息。
type Audience ¶
type Audience struct { Tag []string `json:"tag,omitempty"` // 用户标签,每次发送时最多发送 20 个标签,标签之间为 AND 的关系,is_to_all 为 true 时参数无效。(非必传) TagOr []string `json:"tag_or,omitempty"` // 用户标签,每次发送时最多发送 20 个标签,标签之间为 OR 的关系,is_to_all 为 true 时参数无效,tag_or 同 tag 参数可以同时存在。(非必传) UserID []string `json:"userid,omitempty"` // 用户 Id,每次发送时最多发送 1000 个用户,如果 tag 和 userid 两个条件同时存在时,则以 userid 为准,如果 userid 有值时,则 platform 参数无效,is_to_all 为 true 时参数无效。(非必传) IsToAll bool `json:"is_to_all"` // 是否全部推送,false 表示按 tag 、tag_or 或 userid 条件推送,true 表示向所有用户推送,tag、tag_or 和 userid 条件无效。(必传) PackageName string `json:"packageName"` // 应用包名,is_to_all 为 true 时,此参数无效。与 tag、tag_or 同时存在时为 And 的关系,向同时满足条件的用户推送。与 userid 条件同时存在时,以 userid 为准进行推送。(非必传) }
Audience 推送条件。
type BlacklistResult ¶
type BlacklistResult struct {
Users []string `json:"users"`
}
BlacklistResult 返回信息
type BlockListResult ¶
type BlockListResult struct {
Users []User `json:"users"`
}
BlockListResult 返回信息
type Broadcast ¶
type Broadcast struct { PlatForm []PlatForm `json:"platform"` // 目标操作系统,iOS、Android 最少传递一个。如果需要给两个系统推送消息时,则需要全部填写。(必传) FromUserID string `json:"fromuserid"` // 发送人用户 Id。 (必传) Message Message `json:"message"` // 广播消息。(必传) Audience Audience `json:"audience"` // 推送条件,包括:tag 、userid 、packageName 、 is_to_all。(必传) Notification Notification `json:"notification,omitempty"` // 按操作系统类型推送消息内容,如 platform 中设置了给 iOS 和 Android 系统推送消息,而在 notification 中只设置了 iOS 的推送内容,则 Android 的推送内容为最初 alert 设置的内容。(非必传) }
Broadcast 广播消息
type BroadcastRecallContent ¶
type BroadcastRecallContent struct { MessageId string `json:"messageUId"` ConversationType int `json:"conversationType"` IsAdmin int `json:"isAdmin"` IsDelete int `json:"isDelete"` }
BroadcastRecallContent content of message broadcast recall
func (*BroadcastRecallContent) ToString ¶
func (content *BroadcastRecallContent) ToString() (string, error)
*
- @name: ToString
- @test:
- @msg: 将广播消息撤回接口需要的 content 结构体参数转换为 json
- @param {type}
- @return: string error
type CMDMsg ¶
type CMDMsg struct { Name string `json:"name"` Data string `json:"data"` User MsgUserInfo `json:"user"` }
CMDMsg 消息
type CMDNtf ¶
type CMDNtf struct { Name string `json:"operation"` Data string `json:"data"` User MsgUserInfo `json:"user"` }
CMDNtf 消息
type ChatRoom ¶
type ChatRoom struct { ChatRoomID string `json:"chrmId"` Name string `json:"name"` Time string `json:"time"` }
ChatRoom 聊天室信息
type ChatRoomAttr ¶
type ChatRoomAttr struct { Key string `json:"key"` Value string `json:"value"` UserID string `json:"userID"` AutoDelete string `json:"autoDelete"` LastSetTime string `json:"lastSetTime"` }
ChatRoomAttr 聊天室属性自定义结构
type ChatRoomAttrResult ¶
type ChatRoomAttrResult struct {
Keys []ChatRoomAttr `json:"keys"`
}
ChatRoomAttrResult 聊天室属性自定义返回结果
type ChatRoomInfo ¶
ChatRoomInfo 聊天室信息
type ChatRoomKVNotiMessage ¶
type ChatRoomKVNotiMessage struct { Type int `json:"type"` Key string `json:"string"` Value string `json:"value"` Extra string `json:"extra"` }
ChatRoomKVNotiMessage 聊天室属性通知消息
func (*ChatRoomKVNotiMessage) ToString ¶
func (msg *ChatRoomKVNotiMessage) ToString() (string, error)
ToString ChatRoomKVNotiMessage
type ChatRoomQueryResult ¶
type ChatRoomQueryResult struct {
ChatRooms []ChatRoom `json:"chatRooms"`
}
ChatRoomQueryResult 聊天室查询接口返回数据
type ChatRoomResult ¶
type ChatRoomResult struct { Total int `json:"total"` Users []ChatRoomUser `json:"users"` Result []ChatRoomUser `json:"result"` ObjectNames []string `json:"objectNames"` ChatRoomIDs []string `json:"chatroomids"` WhitelistMsgType []string `json:"whitlistMsgType"` }
ChatRoomResult ChatRoom 返回结果
type ChatRoomUser ¶
type ChatRoomUser struct { ID string `json:"id"` UserID string `json:"userId"` Time string `json:"time"` IsInChrm int `json:"isInChrm"` }
ChatRoomUser 聊天室用户信息
type CodeResult ¶
type CodeResult struct { Code int `json:"code"` // 返回码,200 为正常。 ErrorMessage string `json:"errorMessage"` // 错误信息 }
CodeResult 融云返回状态码和错误码
type CodeResultV2 ¶
type ContactNtf ¶
type ContactNtf struct { Operation string `json:"operation"` SourceUserID string `json:"sourceUserId"` TargetUserID string `json:"targetUserId"` Message string `json:"message"` Extra string `json:"extra"` User MsgUserInfo `json:"user"` }
ContactNtf 消息
type DizNtf ¶
type DizNtf struct { Type int `json:"type"` Extension string `json:"extension"` Operation string `json:"operation"` User MsgUserInfo `json:"user"` }
DizNtf 消息
type FileMsg ¶
type FileMsg struct { Name string `json:"name"` Size string `json:"size"` Type string `json:"type"` FileURL string `json:"fileUrl"` User MsgUserInfo `json:"user"` }
FileMsg 消息
type Group ¶
type Group struct { ID string `json:"id"` Users []GroupUser `json:"users"` Name string `json:"name"` Stat string `json:"stat"` }
Group 群组信息
type GroupUser ¶
type GroupUser struct { ID string `json:"id"` UserID string `json:"userId"` Time string `json:"time"` }
GroupUser 群组用户信息
type GrpNtf ¶
type GrpNtf struct { OperatorUserID string `json:"operatorUserId"` Operation string `json:"operation"` Data string `json:"data"` Message string `json:"message"` Extra string `json:"extra"` User MsgUserInfo `json:"user"` }
GrpNtf 消息
type HQVCMsg ¶
type HQVCMsg struct { LocalPath string `json:"localPath"` RemoteUrl string `json:"remoteUrl"` Duration interface{} `json:"duration"` User MsgUserInfo `json:"user"` Extra string `json:"extra"` }
高清语音消息 RC:HQVCMsg
type IMGTextMsg ¶
type IMGTextMsg struct { Title string `json:"title"` Content string `json:"content"` User MsgUserInfo `json:"user"` Extra string `json:"extra"` ImageUri string `json:"imageUri"` URL string `json:"url"` }
IMGTextMsg 消息
type IOSPush ¶
type IOSPush struct { Title string `json:"title,omitempty"` // 通知栏显示的推送标题,仅针对 iOS 平台,支持 iOS 8.2 及以上版本,参数在 ios 节点下设置,详细可参考“设置 iOS 推送标题请求示例”。(非必传) ContentAvailable int `json:"contentAvailable,omitempty"` // 针对 iOS 平台,静默推送是 iOS7 之后推出的一种推送方式。 允许应用在收到通知后在后台运行一段代码,且能够马上执行。1 表示为开启,0 表示为关闭,默认为 0(非必传) Alert string `json:"alert,omitempty"` // iOS 或 Android 不同平台下的推送消息内容,传入后默认的推送消息内容失效,不能为空。(非必传) Extras Extras `json:"extras,omitempty"` // Extras 请自行实现 Extras Interface,iOS 或 Android 不同平台下的附加信息,如果开发者自己需要,可以自己在 App 端进行解析。(非必传) Badge int `json:"badge,omitempty"` // 应用角标,仅针对 iOS 平台;不填时,表示不改变角标数;为 0 或负数时,表示 App 角标上的数字清零;否则传相应数字表示把角标数改为指定的数字,最大不超过 9999,参数在 ios 节点下设置,详细可参考“设置 iOS 角标数 HTTP 请求示例”。(非必传) Category string `json:"category,omitempty"` // iOS 富文本推送的类型开发者自已定义,自已在 App 端进行解析判断,与 richMediaUri 一起使用。(非必传) RichMediaURI string `json:"richMediaUri,omitempty"` // iOS 富文本推送内容的 URL,与 category 一起使用。(非必传) ThreadId string `json:"threadId,omitempty"` // ThreadId iOS 平台通知栏分组 ID,相同的 thread-id 推送分一组,单组超过 5 条推送会折叠展示 ApnsCollapseId string `json:"apns-collapse-id,omitempty"` // ApnsCollapseId iOS 平台,从 iOS10 开始支持,设置后设备收到有相同 ID 的消息,会合并成一条 }
IOSPush 设置 iOS 平台下的推送及附加信息。
type ImgMsg ¶
type ImgMsg struct { Content string `json:"content"` User MsgUserInfo `json:"user"` ImageURI string `json:"imageUri"` Extra string `json:"extra"` }
ImgMsg 消息
type InfoNtf ¶
type InfoNtf struct { Message string `json:"message"` User MsgUserInfo `json:"user"` Extra string `json:"extra"` }
InfoNtf 消息
type LBSMsg ¶
type LBSMsg struct { Content string `json:"content"` Extra string `json:"extra"` POI string `json:"poi"` Latitude float64 `json:"latitude"` Longitude float64 `json:"longitude"` User MsgUserInfo `json:"user"` }
LBSMsg 消息
type ListWordFilterResult ¶
type ListWordFilterResult struct {
Words []SensitiveWord `json:"words"`
}
ListWordFilterResult listWordFilter返回结果
type MentionMsgContent ¶
type MentionMsgContent struct { Content string `json:"content"` MentionedInfo MentionedInfo `json:"mentionedInfo"` }
MentionMsgContent MentionMsgContent
type MentionedInfo ¶
type MentionedInfo struct { Type int `json:"type"` UserIDs []string `json:"userIdList"` PushContent string `json:"mentionedContent"` }
MentionedInfo Mentioned
type Message ¶
type Message struct { Content string `json:"content"` // 融云的内置消息,请务必参考 RCMsg Interface 。自定义消息请,自行实现 RCMsg Interface 转换成 String 传入 ObjectName string `json:"objectName"` // 融云的内置消息,自定义消息 }
Message 广播消息内容
type MessageExpansionItem ¶
type MsgOption ¶
type MsgOption func(*msgOptions)
MsgOption 接口函数
func WithExtraContent ¶
WithExtraContent 自定义的消息扩展信息,该字段接受 JSON 字符串格式的键值对(key-value pairs)。
func WithIsAdmin ¶
是否为管理员,默认为 0,设为 1 时,IMKit 收到此条消息后,小灰条默认显示为“管理员 撤回了一条消息”。
func WithIsDelete ¶
默认为 0 撤回该条消息同时,用户端将该条消息删除并替换为一条小灰条撤回提示消息;为 1 时,该条消息删除后,不替换为小灰条提示消息。
func WithMsgContentAvailable ¶
针对 iOS 平台,对 SDK 处于后台暂停状态时为静默推送 iOS7 之后推出的一种推送方式。 允许应用在收到通知后在后台运行一段代码,且能够马上执行 1 表示为开启,0 表示为关闭,默认为 0
func WithMsgDisablePush ¶
disablePush Boolean 是否为静默消息,默认为 false,设为 true 时终端用户离线情况下不会收到通知提醒。暂不支持海外数据中心
func WithMsgExpansion ¶
是否为可扩展消息,默认为 false,设为 true 时终端在收到该条消息后,可对该条消息设置扩展信息。
func WithMsgMentioned ¶
是否为 @消息,0 表示为普通消息,1 表示为 @消息,默认为 0
func WithMsgPushContent ¶
pushContent String 定义显示的 Push 内容,如果 objectName 为融云内置消息类型时,则发送后用户一定会收到 Push 信息。 如果为自定义消息,则 pushContent 为自定义消息显示的 Push 内容,如果不传则用户不会收到 Push 通知。
func WithMsgPushData ¶
pushData String 针对 iOS 平台为 Push 通知时附加到 payload 中,客户端获取远程推送内容时为 appData, 同时融云默认携带了消息基本信息,客户端可通过 'rc' 属性获取,Android 客户端收到推送消息时对应字段名为 pushData。
func WithMsgPushExt ¶
pushExt String 推送通知属性设置,详细查看 pushExt 结构说明,pushExt 为 JSON 结构请求时需要做转义处理。 disablePush 为 true 时此属性无效。暂不支持海外数据中心
func WithMsgVerifyBlacklist ¶
是否过滤发送人黑名单列表,0 为不过滤、 1 为过滤,默认为 0 不过滤。
type MsgUserInfo ¶
type MsgUserInfo struct { ID string `json:"id"` Name string `json:"name"` Icon string `json:"icon"` Portrait string `json:"portrait"` Extra string `json:"extra"` }
MsgUserInfo 融云内置消息用户信息
type Notification ¶
type Notification struct { Alert string `json:"alert"` // 默认推送消息内容,如填写了 iOS 或 Android 下的 alert 时,则推送内容以对应平台系统的 alert 为准。(必传) IOS IOSPush `json:"ios,omitempty"` // 设置 iOS 平台下的推送及附加信息。 Android AndroidPush `json:"android,omitempty"` // 设置 Android 平台下的推送及附加信息。 }
Notification 按操作系统类型推送消息内容,如 platform 中设置了给 iOS 和 Android 系统推送消息,而在 notification 中只设置了 iOS 的推送内容,则 Android 的推送内容为最初 alert 设置的内容。(必传)
type ProfileNtf ¶
type ProfileNtf struct { Operation string `json:"operation"` Data string `json:"data"` User MsgUserInfo `json:"user"` Extra string `json:"extra"` }
ProfileNtf 消息
type Push ¶
type Push struct { PlatForm []PlatForm `json:"platform"` // 目标操作系统,iOS、Android 最少传递一个。如果需要给两个系统推送消息时,则需要全部填写。(必传) Audience Audience `json:"audience"` // 推送条件,包括:tag 、userid 、packageName 、 is_to_all。(必传) Notification Notification `json:"notification"` // 按操作系统类型推送消息内容,如 platform 中设置了给 iOS 和 Android 系统推送消息,而在 notification 中只设置了 iOS 的推送内容,则 Android 的推送内容为最初 alert 设置的内容。(必传) }
Push 广播推送
type PushNotification ¶
type PushNotification struct { Title string `json:"title,omitempty"` // Title 通知栏显示标题,最长不超过 50 个字符。 PushContent string `json:"pushContent"` // PushContent 推送消息内容。 IOS IOSPush `json:"ios,omitempty"` // IOS 设置 iOS 平台下的推送及附加信息,详细查看 ios 结构说明。 Android map[string]interface{} `json:"android,omitempty"` // Android 设置 Android 平台下的推送及附加信息,详细查看 android 结构说明。 }
type RespDataArray ¶
type RespDataArray struct { Code int `json:"code"` Data map[string][]map[string]interface{} `json:"data"` }
api 返回结果, data 数组
type RespDataKV ¶
api 返回结果, data
type RongCloud ¶
type RongCloud struct {
// contains filtered or unexported fields
}
RongCloud appKey appSecret extra
func NewRongCloud ¶
NewRongCloud 创建 RongCloud 对象
func (*RongCloud) AddWhiteList ¶
*
- @name: AddWhiteList
- @test:
- @msg: 添加用户到白名单(每秒限 100 次)
- @param string userId
- @param []string whiteList
- @return: error
func (*RongCloud) BlacklistAdd ¶
BlacklistAdd 添加用户到黑名单方法(每秒钟限 100 次)
*@param id:用户 ID。 *@param blacklist:被设置为黑名单的用户列表。 * *@return error
func (*RongCloud) BlacklistGet ¶
func (rc *RongCloud) BlacklistGet(id string) (BlacklistResult, error)
BlacklistGet 获取某用户的黑名单列表方法(每秒钟限 100 次)
*@param id:用户 ID。 * *@return BlacklistResult error
func (*RongCloud) BlacklistRemove ¶
BlacklistRemove 从黑名单中移除用户方法(每秒钟限 100 次)
*@param id:用户 ID。 *@param blacklist:被移除黑名单列表。 * *@return error
func (*RongCloud) BlockAdd ¶
BlockAdd 添加用户到黑名单
*@param id:用户 ID。 *@param minute:封禁时长 1 - 1 * 30 * 24 * 60 分钟,最大值为 43200 分钟 * *@return error
func (*RongCloud) BlockGetList ¶
func (rc *RongCloud) BlockGetList() (BlockListResult, error)
BlockGetList 获取某用户的黑名单列表
*@return QueryBlockUserResult error
func (*RongCloud) ChangeURI ¶
func (rc *RongCloud) ChangeURI()
changeURI 自动切换 Api 服务器地址 在 api、api2之间自动切换。无法切换其他域名。其他请使用 PrivateURI 设置
func (*RongCloud) ChatRoomBanAdd ¶
ChatRoomBanAdd 添加聊天室全局禁言
*@param members:成员列表,最多不超过 20 个。 *@param minute:禁言时长,范围: 1 - 1 * 30 * 24 * 60 分钟。 * *@return error
func (*RongCloud) ChatRoomBanGetList ¶
func (rc *RongCloud) ChatRoomBanGetList() ([]ChatRoomUser, error)
ChatRoomBanGetList 获取聊天室全局禁言列表
*@return []ChatRoomUser error
func (*RongCloud) ChatRoomBanRemove ¶
ChatRoomBanRemove 解除聊天室全局禁言
*@param members:成员列表,最多不超过 20 个。 * *@return error
func (*RongCloud) ChatRoomBlockAdd ¶
ChatRoomBlockAdd 添加封禁聊天室成员方法 *
* *@param id:聊天室 Id。 *@param members:封禁列表。 *@param minute:封禁时长,以分钟为单位,最大值为43200分钟。 * *@return error
func (*RongCloud) ChatRoomBlockGetList ¶
func (rc *RongCloud) ChatRoomBlockGetList(id string) (ChatRoomResult, error)
ChatRoomBlockGetList 查询被封禁聊天室成员方法
*@param id:聊天室 ID。 * *@return ChatRoomResult error
func (*RongCloud) ChatRoomBlockRemove ¶
ChatRoomBlockRemove 移除封禁聊天室成员方法
* *@param id:聊天室 ID。 *@param members: 用户列表。 * *@return error
func (*RongCloud) ChatRoomBroadcast ¶
ChatRoomBroadcast 向应用内所有聊天室广播消息方法,此功能需开通 专属服务(以一个用户身份向群组发送消息,单条消息最大 128k.每秒钟最多发送 20 条消息。)
*@param senderID:发送人用户 ID 。 *@param objectName:消息类型 *@param msg:发送消息内容 * *@return error
func (*RongCloud) ChatRoomCreate ¶
ChatRoomCreate 创建聊天室方法
*@param id:要创建的聊天室的ID; *@param name:要创建的聊天室的name。 * *@return error
func (*RongCloud) ChatRoomDemotionAdd ¶
ChatRoomDemotionAdd 添加聊天室消息优先级方法
*@param objectName:消息类型列表,最多 20 个。 *@return err
func (*RongCloud) ChatRoomDemotionGetList ¶
ChatRoomDemotionGetList 获取应用内聊天室降级消息
*@return []string error
func (*RongCloud) ChatRoomDemotionRemove ¶
ChatRoomDemotionRemove 移除应用内聊天室降级消息
*@param objectName:消息类型列表。 *@return err
func (*RongCloud) ChatRoomDestroy ¶
ChatRoomDestroy 销毁聊天室方法 *
* *@param id:要销毁的聊天室 ID。 * *@return error
func (*RongCloud) ChatRoomDistributionResume ¶
ChatRoomDistributionResume 聊天室消息恢复分发方法
*@param id:聊天室 ID。 *@return error
func (*RongCloud) ChatRoomDistributionStop ¶
ChatRoomDistributionStop 聊天室消息停止分发方法(可实现控制对聊天室中消息是否进行分发,停止分发后聊天室中用户发送的消息,融云服务端不会再将消息发送给聊天室中其他用户。)
*@param id:聊天室 ID。 *@return error
func (*RongCloud) ChatRoomEntryQuery ¶
func (rc *RongCloud) ChatRoomEntryQuery(chatRoomID, keys string) ([]ChatRoomAttr, error)
ChatRoomEntryQuery 获取聊天室属性自定义 *
- @param ChatRoomID 聊天室 Id
- @param keys 批量获取指定聊天室中的 Key 值,最多上限为 100 个,为空时获取全部 key 值。 *
- @return []ChatRoomAttr 属性列表
- @return error 错误
func (*RongCloud) ChatRoomEntryRemove ¶
ChatRoomEntryRemove 删除聊天室自定义属性 *
- @param chatRoomID 聊天室 Id
- @param userID 操作用户 Id。通过 Server API 非聊天室中用户可以进行设置。
- @param key 聊天室属性名称,Key 支持大小写英文字母、数字、部分特殊符号 + = - _ 的组合方式,大小写敏感。最大长度 128 字 *
- @return error
func (*RongCloud) ChatRoomEntrySet ¶
ChatRoomEntrySet 设置聊天室自定义属性 *
- @param chatRoomID 聊天室 Id
- @param userID 操作用户 Id。通过 Server API 非聊天室中用户可以进行设置。
- @param key 聊天室属性名称,Key 支持大小写英文字母、数字、部分特殊符号 + = - _ 的组合方式,大小写敏感。最大长度 128 字符
- @param value 聊天室属性对应的值,最大长度 4096 个字符
- @param autoDelete 用户退出聊天室后,是否删除此 Key 值。为 true 时删除此 Key 值,为 false 时用户退出后不删除此 Key *
- @retrun error
func (*RongCloud) ChatRoomGagAdd ¶
ChatRoomGagAdd 添加禁言聊天室成员方法(在 App 中如果不想让某一用户在聊天室中发言时,可将此用户在聊天室中禁言,被禁言用户可以接收查看聊天室中用户聊天信息,但不能发送消息.)
* *@param id:聊天室 ID。 *@param members:禁言列表。 *@param minute:禁言时长,以分钟为单位,最大值为43200分钟。(必传) * *@return error
func (*RongCloud) ChatRoomGagGetList ¶
func (rc *RongCloud) ChatRoomGagGetList(id string) ([]ChatRoomUser, error)
ChatRoomGagGetList 查询被禁言聊天室成员方法
*@param id:聊天室 ID。(必传) * *@return []ChatRoomUser error
func (*RongCloud) ChatRoomGagRemove ¶
ChatRoomGagRemove 移除禁言聊天室成员方法
*@param id:聊天室Id。 *@param members:解除禁言列表 * *@return error
func (*RongCloud) ChatRoomGet ¶
func (rc *RongCloud) ChatRoomGet(id string, count, order int) (ChatRoomResult, error)
ChatRoomGet 查询聊天室内用户方法
*@param id:要查询的聊天室 ID。 *@param count:要获取的聊天室成员数,上限为 500 ,超过 500 时最多返回 500 个成员。 *@param order:加入聊天室的先后顺序, 1 为加入时间正序, 2 为加入时间倒序。 * *@return ChatRoomResult error
func (*RongCloud) ChatRoomIsExist ¶
func (rc *RongCloud) ChatRoomIsExist(id string, members []string) ([]ChatRoomUser, error)
ChatRoomIsExist 检查用户是否在聊天室
*@param id:要查询的聊天室 ID。 *@param members:每次最多 1000 个成员。 * *@return ChatRoomResult error
func (*RongCloud) ChatRoomKeepAliveAdd ¶
ChatRoomKeepAliveAdd 添加保活聊天室
*@param id:聊天室 ID。 *@return error
func (*RongCloud) ChatRoomKeepAliveGetList ¶
ChatRoomKeepAliveGetList 获取保活聊天室
*@param id:聊天室 ID。 *@return []string error
func (*RongCloud) ChatRoomKeepAliveRemove ¶
ChatRoomKeepAliveRemove 删除保活聊天室
*@param id:聊天室 ID。 *@return error
func (*RongCloud) ChatRoomMuteMembersAdd ¶
ChatRoomMuteMembersAdd 添加禁言聊天室成员方法(在 App 中如果不想让某一用户在聊天室中发言时,可将此用户在聊天室中禁言,被禁言用户可以接收查看聊天室中用户聊天信息,但不能发送消息.)
* *@param id:聊天室 ID。 *@param members:禁言列表。 *@param minute:禁言时长,以分钟为单位,最大值为43200分钟。(必传) * *@return error
func (*RongCloud) ChatRoomMuteMembersGetList ¶
func (rc *RongCloud) ChatRoomMuteMembersGetList(id string) ([]ChatRoomUser, error)
ChatRoomMuteMembersGetList 查询被禁言聊天室成员方法
*@param id:聊天室 ID。(必传) * *@return []ChatRoomUser error
func (*RongCloud) ChatRoomMuteMembersRemove ¶
ChatRoomMuteMembersRemove 移除禁言聊天室成员方法
*@param id:聊天室Id。 *@param members:解除禁言列表 * *@return error
func (*RongCloud) ChatRoomQuery ¶
ChatRoomQuery 查询聊天室基础信息 *
- @param chatRoomID 要查询的聊天室id *
- @return []ChatRoom 聊天室信息数组
- @return error 错误信息 *
func (*RongCloud) ChatRoomRecall ¶
func (rc *RongCloud) ChatRoomRecall(userId string, targetId string, messageId string, sentTime int, options ...MsgOption) error
*
- @name: ChatRoomRecall
- @test:
- @msg: 消息撤回 - 聊天室
- @param string userId
- @param string targetId
- @param string messageId
- @param int sentTime
- @param int isAdmin
- @param int isDelete
- @param bool disablePush
- @return: error
func (*RongCloud) ChatRoomSend ¶
func (rc *RongCloud) ChatRoomSend(senderID string, targetID []string, objectName string, msg rcMsg, isPersisted, isIncludeSender int) error
ChatRoomSend 发送聊天室消息方法。(以一个用户身份向群组发送消息,单条消息最大 128k.每秒钟最多发送 20 条消息,每次最多向 3 个群组发送,如:一次向 3 个群组发送消息,示为 3 条消息。)
*@param senderID:发送人用户 ID 。 *@param targetID:接收聊天室ID, 建议最多不超过 10 个聊天室。 *@param objectName:消息类型 *@param msg:发送消息内容 * *@return error
func (*RongCloud) ChatRoomUserWhitelistAdd ¶
ChatRoomUserWhitelistAdd 添加聊天室白名单成员方法
*@param id:聊天室 ID。 *@param members:白名单列表,最多不超过 5 个。 *@return error
func (*RongCloud) ChatRoomUserWhitelistGetList ¶
ChatRoomUserWhitelistGetList 获取聊天室用户白名单
*@param id:聊天室 ID。 *@return []string error
func (*RongCloud) ChatRoomUserWhitelistRemove ¶
ChatRoomUserWhitelistRemove 将用户从白名单中移除
*@param id:聊天室 ID。 *@param members:白名单列表,最多不超过 5 个。 *@return error
func (*RongCloud) ChatRoomWhitelistAdd ¶
ChatRoomWhitelistAdd 添加聊天室消息白名单
*@param objectNames:消息类型列表。 *@return error
func (*RongCloud) ChatRoomWhitelistGetList ¶
ChatRoomWhitelistGetList 获取聊天室消息白名单
*@return []string error
func (*RongCloud) ChatRoomWhitelistRemove ¶
ChatRoomWhitelistRemove 删除聊天室消息白名单
*@param objectNames:消息类型列表。 *@return error
func (*RongCloud) ConversationGet ¶
func (rc *RongCloud) ConversationGet(conversationType ConversationType, userID, targetID string, options ...MsgOption) (int, error)
ConversationGet 免打扰会话状态获取
*@param conversationType:会话类型 PRIVATE、GROUP、DISCUSSION、SYSTEM。 *@param userID:设置用户 ID。 *@param targetID:需要屏蔽的目标 ID。 * *@return int error
func (*RongCloud) ConversationMute ¶
func (rc *RongCloud) ConversationMute(conversationType ConversationType, userID, targetID string, options ...MsgOption) error
ConversationMute 设置用户某个会话屏蔽 Push
*@param conversationType:会话类型 PRIVATE、GROUP、DISCUSSION、SYSTEM。 *@param userID:设置用户 ID。 *@param targetID:需要屏蔽的目标 ID。 * *@return error
func (*RongCloud) ConversationNotificationGet ¶
func (rc *RongCloud) ConversationNotificationGet(ct ConversationType, requestId, targetId, busChannel string) (int, error)
ConversationNotificationGet 查询指定会话消息免打扰接口
func (*RongCloud) ConversationNotificationSet ¶
func (rc *RongCloud) ConversationNotificationSet(ct ConversationType, requestId, targetId, busChannel string, isMuted, unPushLevel int) error
ConversationNotificationSet 设置指定会话消息免打扰接口, 设置用户指定会话消息提醒状态
func (*RongCloud) ConversationPin ¶
func (rc *RongCloud) ConversationPin(conversationType ConversationType, userID, targetID string, options ...MsgOption) error
ConversationPin 设置用户某个会话置顶
*@param conversationType:会话类型 PRIVATE、GROUP、DISCUSSION、SYSTEM。 *@param userID:设置用户 ID。 *@param targetID:需要屏蔽的目标 ID。 * *@return int error
func (*RongCloud) ConversationTypeNotificationGet ¶
func (rc *RongCloud) ConversationTypeNotificationGet(ct ConversationType, requestId string) (int, error)
ConversationTypeNotificationGet 查询用户指定会话类型(单聊、群聊、超级群、系统消息)的免打扰状态。
func (*RongCloud) ConversationTypeNotificationSet ¶
func (rc *RongCloud) ConversationTypeNotificationSet(ct ConversationType, requestId string, unPushLevel int) error
ConversationTypeNotificationSet 按会话类型设置免打扰, 用户设置指定会话类型(单聊、群聊、超级群、系统消息)的免打扰状态。
func (*RongCloud) ConversationUnPin ¶
func (rc *RongCloud) ConversationUnPin(conversationType ConversationType, userID, targetID string, options ...MsgOption) error
ConversationPin 设置用户某个会话取消置顶
*@param conversationType:会话类型 PRIVATE、GROUP、DISCUSSION、SYSTEM。 *@param userID:设置用户 ID。 *@param targetID:需要屏蔽的目标 ID。 * *@return int error
func (*RongCloud) ConversationUnmute ¶
func (rc *RongCloud) ConversationUnmute(conversationType ConversationType, userID, targetID string, options ...MsgOption) error
ConversationUnmute 设置用户某个会话接收 Push
*@param conversationType:会话类型 PRIVATE、GROUP、DISCUSSION、SYSTEM。 *@param userID:设置用户 ID。 *@param targetID:需要屏蔽的目标 ID。 * *@return error
func (*RongCloud) DeleteMessageExpansion ¶
func (rc *RongCloud) DeleteMessageExpansion(msgUID, userId, conversationType, targetId string, isSyncSender int, keys ...string) error
DeleteMessageExpansion 删除消息扩展
func (*RongCloud) GetHttpTransport ¶
func (rc *RongCloud) GetHttpTransport() http.RoundTripper
func (*RongCloud) GroupCreate ¶
GroupCreate 创建群组方法(创建群组,并将用户加入该群组,用户将可以收到该群的消息,同一用户最多可加入 500 个群,每个群最大至 3000 人,App 内的群组数量没有限制.注:其实本方法是加入群组方法 /group/join 的别名。)
*@param id:群组 Id,最大长度 30 个字符,建议使用 英文字母、数字 混排 *@param name:群组名称,最大长度 60 个字符 *@param members:加入群组的用户列表 * *@return error
func (*RongCloud) GroupDismiss ¶
GroupDismiss 解散群组方法
*@param id:群组 ID,最大长度 30 个字符,建议使用 英文字母、数字 混排 *@param member:群主或群管理. * *@return error
func (*RongCloud) GroupGagAdd ¶
GroupGagAdd 添加禁言群成员方法(在 App 中如果不想让某一用户在群中发言时,可将此用户在群组中禁言,被禁言用户可以接收查看群组中用户聊天信息,但不能发送消息。)
*@param id:群组 ID。 *@param members:禁言群成员列表。 *@param minute:禁言时长,以分钟为单位,最大值为43200分钟。 * *@return error
func (*RongCloud) GroupGagRemove ¶
GroupGagRemove 移除禁言群成员方法
*@param id:群组 Id。 *@param members:解除禁言群成员列表 。 * *@return error
func (*RongCloud) GroupJoin ¶
GroupJoin 将用户加入指定群组,用户将可以收到该群的消息。
*@param id:加入的群组 Id。 *@param name:群组名称,最大长度 60 个字符。 *@param member:要加入群组的用户。 * *@return error
func (*RongCloud) GroupMuteAllMembersAdd ¶
GroupMuteAllMembersAdd 设置某一群组禁言,禁言后群组中所有成员禁止发送消息,如需要某些用户可以发言时,可将此用户加入到群禁言用户白名单中。
*@param members:禁言群成员列表。 * *@return error
func (*RongCloud) GroupMuteAllMembersGetList ¶
GroupMuteAllMembersGetList 查询全部群组禁言列表
*@param id:群组ID。 * *@return Group error
func (*RongCloud) GroupMuteAllMembersRemove ¶
GroupMuteAllMembersRemove 解除群组禁言
*@param members:禁言群成员列表。 * *@return error
func (*RongCloud) GroupMuteMembersAdd ¶
GroupMuteMembersAdd 添加禁言群成员方法(在 App 中如果不想让某一用户在群中发言时,可将此用户在群组中禁言,被禁言用户可以接收查看群组中用户聊天信息,但不能发送消息。)
*@param id:群组 ID。 *@param members:禁言群成员列表。 *@param minute:禁言时长,以分钟为单位,最大值为43200分钟。 * *@return error
func (*RongCloud) GroupMuteMembersGetList ¶
GroupMuteMembersGetList 查询被禁言群成员方法
*@param id:群组ID。 * *@return Group error
func (*RongCloud) GroupMuteMembersRemove ¶
GroupMuteMembersRemove 移除禁言群成员方法
*@param id:群组 Id。 *@param members:解除禁言群成员列表 。 * *@return error
func (*RongCloud) GroupMuteWhiteListUserAdd ¶
GroupMuteWhiteListUserAdd 在群组被禁言状态下,如果需要某些用户可以发言时,可将此用户加入到群组禁言用户白名单中。群禁言用户白名单,只有群组被设置为全部禁言时才会生效。
*@param id:群组 ID。 *@param members:禁言群成员列表。 * *@return error
func (*RongCloud) GroupMuteWhiteListUserGetList ¶
GroupMuteWhiteListUserGetList 查询群禁言白名单用户列表。
*@param id:群组 ID。 * *@return error
func (*RongCloud) GroupMuteWhiteListUserRemove ¶
GroupMuteWhiteListUserRemove 移除群禁言白名单用户。
*@param id:群组 ID。 *@param members:禁言群成员列表。 * *@return error
func (*RongCloud) GroupQuit ¶
GroupQuit 退出群组方法(将用户从群中移除,不再接收该群组的消息.)
*@param id:要退出的群组 Id。 *@param member:要退出群组的群成员。 * *@return error
func (*RongCloud) GroupRecall ¶
func (rc *RongCloud) GroupRecall(senderID, targetID, uID string, sentTime int, options ...MsgOption) error
GroupRecall 撤回群聊消息
*@param senderID:发送人用户 ID。 *@param targetID:接收用户 ID。 *@param uID:消息的唯一标识,各端 SDK 发送消息成功后会返回 uID。 *@param sentTime:消息的发送时间,各端 SDK 发送消息成功后会返回 sentTime。 * @param int isAdmin * @param int isDelete * @param bool disablePush *@return error
func (*RongCloud) GroupSend ¶
func (rc *RongCloud) GroupSend(senderID string, targetID, userID []string, objectName string, msg rcMsg, pushContent string, pushData string, isPersisted, isIncludeSender int, options ...MsgOption) error
GroupSend 发送群组消息方法(以一个用户身份向群组发送消息,单条消息最大 128k.每秒钟最多发送 20 条消息,每次最多向 3 个群组发送,如:一次向 3 个群组发送消息,示为 3 条消息。)
*@param senderID:发送人用户 ID 。 *@param targetID:接收群ID. *@param objectName:消息类型。 *@param userID:群定向消群定向消息功能,向群中指定的一个或多个用户发送消息,群中其他用户无法收到该消息,当 targetID 为一个群组时此参数有效。注:如果开通了“单群聊消息云存储”功能,群定向消息不会存储到云端,向群中部分用户发送消息阅读状态回执时可使用此功能。(可选) *@param msg:发送消息内容 *@param pushContent:定义显示的 Push 内容,如果 objectName 为融云内置消息类型时,则发送后用户一定会收到 Push 信息. 如果为自定义消息,则 pushContent 为自定义消息显示的 Push 内容,如果不传则用户不会收到 Push 通知。 *@param pushData:针对 iOS 平台为 Push 通知时附加到 payload 中,Android 客户端收到推送消息时对应字段名为 pushData。 *@param isPersisted:当前版本有新的自定义消息,而老版本没有该自定义消息时,老版本客户端收到消息后是否进行存储,0 表示为不存储、 1 表示为存储,默认为 1 存储消息。 *@param isIncludeSender:发送用户自已是否接收消息,0 表示为不接收,1 表示为接收,默认为 0 不接收。 *@param options 发送消息需要用的其他扩展参数 * *@return error
func (*RongCloud) GroupSendMention ¶
func (rc *RongCloud) GroupSendMention(senderID string, targetID []string, objectName string, msg MentionMsgContent, pushContent, pushData string, isPersisted, isIncludeSender, isMentioned, contentAvailable int, options ...MsgOption) error
GroupSendMention 发送群组 @ 消息
*@param senderID:发送人用户 ID 。 *@param targetID:接收群ID,最多不超过 3 个群组。 *@param objectName:消息类型。 *@param msg:发送消息内容。 *@param pushContent:定义显示的 Push 内容,如果 objectName 为融云内置消息类型时,则发送后用户一定会收到 Push 信息. 如果为自定义消息,则 pushContent 为自定义消息显示的 Push 内容,如果不传则用户不会收到 Push 通知。 *@param pushData:针对 iOS 平台为 Push 通知时附加到 payload 中,Android 客户端收到推送消息时对应字段名为 pushData。 *@param isPersisted:当前版本有新的自定义消息,而老版本没有该自定义消息时,老版本客户端收到消息后是否进行存储,0 表示为不存储、 1 表示为存储,默认为 1 存储消息。 *@param isIncludeSender:发送用户自已是否接收消息,0 表示为不接收,1 表示为接收,默认为 0 不接收。 *@param isMentioned:是否为 @消息,0 表示为普通消息,1 表示为 @消息,默认为 0。当为 1 时 content 参数中必须携带 mentionedInfo @消息的详细内容。为 0 时则不需要携带 mentionedInfo。当指定了 toUserId 时,则 @ 的用户必须为 toUserId 中的用户。 *@param contentAvailable:针对 iOS 平台,对 SDK 处于后台暂停状态时为静默推送,是 iOS7 之后推出的一种推送方式。 允许应用在收到通知后在后台运行一段代码,且能够马上执行,查看详细。1 表示为开启,0 表示为关闭,默认为 0 * *@return error
func (*RongCloud) GroupStatusSend ¶
func (rc *RongCloud) GroupStatusSend(senderID string, toGroupIds []string, objectName string, msg rcMsg, verifyBlacklist int, isIncludeSender int, options ...MsgOption) error
群聊状态消息发送 senderID: 发送人用户 ID。 toGroupIds: 接收群ID,提供多个本参数可以实现向多群发送消息,最多不超过 3 个群组。 objectName: 消息类型 msg: 所发送消息的内容 verifyBlacklist: 是否过滤发送人黑名单列表,0 表示为不过滤、 1 表示为过滤,默认为 0 不过滤。 isIncludeSender: 发送用户自己是否接收消息,0 表示为不接收,1 表示为接收,默认为 0 不接收。
func (*RongCloud) GroupSync ¶
GroupSync 同步用户所属群组方法(当第一次连接融云服务器时,需要向融云服务器提交 ID 对应的用户当前所加入的所有群组,此接口主要为防止应用中用户群信息同融云已知的用户所属群信息不同步。)
*@param id:被同步群信息的用户 ID。(必传) *@param groups:用户所在群组列表。 * *@return error
func (*RongCloud) GroupUpdate ¶
GroupUpdate 刷新群组信息方法
*@param id:群组 Id。 *@param name:群名称。 * *@return error
func (*RongCloud) HistoryGet ¶
HistoryGet 按小时获取历史消息日志文件 URL,包含小时内应用产生的所有消息,消息日志文件无论是否已下载,3 天后将从融云服务器删除
*@param date:精确到小时,例如: 2018030210 表示获取 2018 年 3 月 2 日 10 点至 11 点产生的数据 * *@return History error
func (*RongCloud) HistoryRemove ¶
HistoryRemove 删除历史消息日志文件
*@param date:精确到小时,例如: 2018030210 表示获取 2018 年 3 月 2 日 10 点至 11 点产生的数据 * *@return error
func (*RongCloud) MessageBroadcastRecall ¶
func (rc *RongCloud) MessageBroadcastRecall(userId string, objectName string, content BroadcastRecallContent) error
*
- @name: MessageBroadcastRecall
- @test:
- @msg:广播消息撤回
- @param string userId
- @param string objectName
- @param BroadcastRecallContent content
- @return: error
func (*RongCloud) OnlineBroadcast ¶
func (rc *RongCloud) OnlineBroadcast(fromUserId string, objectName string, content string) ([]byte, error)
在线广播消息 是指系统向 App 中所有在线用户发送消息的行为。当用户正在使用 App 时,消息会展示在聊天界面和会话列表界面,会话类型为 SYSTEM。 @param fromUserId 发送人用户 Id @param objectName 消息类型, @param content 发送消息内容
func (*RongCloud) OnlineStatusCheck ¶
OnlineStatusCheck 检查用户在线状态
*@param userID:用户 ID,最大长度 64 字节.是用户在 App 中的唯一标识码,必须保证在同一个 App 内不重复,重复的用户 Id 将被当作是同一用户。 * *@return int, error
func (*RongCloud) PrivateRecall ¶
func (rc *RongCloud) PrivateRecall(senderID, targetID, uID string, sentTime int, options ...MsgOption) error
PrivateRecall 撤回单聊消息方法
* *@param senderID:发送人用户 ID。 *@param targetID:接收用户 ID。 *@param uID:消息的唯一标识,各端 SDK 发送消息成功后会返回 uID。 *@param sentTime:消息的发送时间,各端 SDK 发送消息成功后会返回 sentTime。 * @param int isAdmin * @param int isDelete * @param bool disablePush *@return error
func (*RongCloud) PrivateSend ¶
func (rc *RongCloud) PrivateSend(senderID string, targetID []string, objectName string, msg rcMsg, pushContent, pushData string, count, verifyBlacklist, isPersisted, isIncludeSender, contentAvailable int, options ...MsgOption) error
PrivateSend 发送单聊消息方法(一个用户向多个用户发送消息,单条消息最大 128k。每分钟最多发送 6000 条信息,每次发送用户上限为 1000 人,如:一次发送 1000 人时,示为 1000 条消息。)
*@param senderID:发送人用户 ID。 *@param targetID:接收用户 ID。可以实现向多人发送消息,每次上限为 1000 人。 *@param objectName:发送的消息类型。 *@param msg:消息内容。 *@param pushContent:定义显示的 Push 内容,如果 objectName 为融云内置消息类型时,则发送后用户一定会收到 Push 信息。如果为自定义消息,则 pushContent 为自定义消息显示的 Push 内容,如果不传则用户不会收到 Push 通知。 *@param pushData:针对 iOS 平台为 Push 通知时附加到 payload 中,Android 客户端收到推送消息时对应字段名为 pushData。 *@param count:针对 iOS 平台,Push 时用来控制未读消息显示数,只有在 toUserId 为一个用户 Id 的时候有效。 *@param verifyBlacklist:是否过滤发送人黑名单列表,0 表示为不过滤、 1 表示为过滤,默认为 0 不过滤。 *@param isPersisted:当前版本有新的自定义消息,而老版本没有该自定义消息时,老版本客户端收到消息后是否进行存储,0 表示为不存储、 1 表示为存储,默认为 1 存储消息。 *@param isIncludeSender:发送用户自已是否接收消息,0 表示为不接收,1 表示为接收,默认为 0 不接收。 *@param contentAvailable:针对 iOS 平台,对 SDK 处于后台暂停状态时为静默推送,是 iOS7 之后推出的一种推送方式。 允许应用在收到通知后在后台运行一段代码,且能够马上执行,查看详细。1 表示为开启,0 表示为关闭,默认为 0。 *@param options 发送消息需要用的其他扩展参数 * *@return error
func (*RongCloud) PrivateSendTemplate ¶
func (rc *RongCloud) PrivateSendTemplate(senderID, objectName string, template TXTMsg, content []TemplateMsgContent, options ...MsgOption) error
PrivateSendTemplate 向多个用户发送不同内容消息
*@param senderID:发送人用户 ID。 *@param objectName:发送的消息类型。 *@param template:消息模版。 *@param content:数据内容,包含消息内容和接收者。 *@param options 发送消息需要用的其他扩展参数 * *@return error
func (*RongCloud) PrivateStatusSend ¶
func (rc *RongCloud) PrivateStatusSend(senderID string, targetID []string, objectName string, msg rcMsg, verifyBlacklist int, isIncludeSender int, options ...MsgOption) error
私聊状态消息发送 senderID: 发送人用户 ID。 targetID: 接收用户 ID,支持向多人发送消息,每次上限为 1000 人。 objectName: 消息类型 msg: 所发送消息的内容 verifyBlacklist: 是否过滤发送人黑名单列表,0 表示为不过滤、 1 表示为过滤,默认为 0 不过滤。 isIncludeSender: 发送用户自己是否接收消息,0 表示为不接收,1 表示为接收,默认为 0 不接收。
func (*RongCloud) PrivateURI ¶
PrivateURI 私有云设置 Api 地址
func (*RongCloud) PushSend ¶
func (rc *RongCloud) PushSend(sender Sender) (PushResult, error)
PushSend 此方法与 /message/broadcast 广播消息方法发送机制一样,可选择更多发送条件。 该功能开发环境下可免费使用。生产环境下,您需要在开发者后台高级功能设置中开通 IM 商用版后,在“广播消息和推送”中,开启后才能使用。 推送和广播消息合计每小时只能发送 2 次,每天最多发送 3 次。如需要调整发送频率.
*@param Push: 广播消息体 push。 * *@return PushResult, error
func (*RongCloud) PushUser ¶
func (rc *RongCloud) PushUser(notification *PushNotification, users ...string) error
PushUser 向应用中指定用户发送不落地通知,不落地通知无论用户是否正在使用 App,都会向该用户发送通知,通知只会展示在通知栏,通知中不携带消息内容,登录 App 后不会在聊天页面看到该内容,不会存储到本地数据库。
func (*RongCloud) QueryMessageExpansion ¶
func (rc *RongCloud) QueryMessageExpansion(msgUID string, page int) ([]MessageExpansionItem, error)
QueryMessageExpansion 获取扩展信息 根据消息 ID 获取指定消息扩展信息
func (*RongCloud) QueryWhiteList ¶
*
- @name: QueryWhiteList
- @test:
- @msg: 获取某用户白名单列表(每秒限100次)
- @param string userId
- @return: WhiteList error
func (*RongCloud) RemoveWhiteList ¶
*
- @name: RemoveWhiteList
- @test:
- @msg: 移除白名单中用户(每秒限 100 次)
- @param string userId
- @param []string whiteList
- @return: error
func (*RongCloud) SensitiveAdd ¶
SensitiveAdd 添加敏感词
*@param keyword:敏感词,最长不超过 32 个字符,格式为汉字、数字、字母 *@param replace:敏感词替换,最长不超过 32 个字符, 敏感词屏蔽可以为空 *@param sensitiveType:0: 敏感词替换 1: 敏感词屏蔽 * *@return error
func (*RongCloud) SensitiveGetList ¶
func (rc *RongCloud) SensitiveGetList() (ListWordFilterResult, error)
SensitiveGetList 查询敏感词列表方法
*@return ListWordFilterResult error
func (*RongCloud) SensitiveRemove ¶
SensitiveRemove 移除敏感词方法(从敏感词列表中,移除某一敏感词。)
*@param keywords:每次最多删除 50 个敏感词,2 小时后生效 * *@return error
func (*RongCloud) SetHttpTransport ¶
func (rc *RongCloud) SetHttpTransport(httpTransport http.RoundTripper)
自定义 http 参数
func (*RongCloud) SetMessageExpansion ¶
func (rc *RongCloud) SetMessageExpansion(msgUID, userId, conversationType, targetId string, extra map[string]string, isSyncSender int) error
SetMessageExpansion 设置消息扩展 发送消息时,如设置了 expansion 为 true,可对该条消息进行扩展信息设置,每次最多可以设置 100 个扩展属性信息,最多可设置 300 个。
func (*RongCloud) SystemBroadcast ¶
func (rc *RongCloud) SystemBroadcast(senderID, objectName string, msg rcMsg, options ...MsgOption) error
SystemBroadcast 给应用内所有用户发送消息方法,每小时最多发 2 次,每天最多发送 3 次(以一个用户身份向群组发送消息,单条消息最大 128k.每秒钟最多发送 20 条消息。)
*@param senderID:发送人用户 ID 。 *@param objectName:消息类型 *@param msg:发送消息内容 * *@return error
func (*RongCloud) SystemRecall ¶
func (rc *RongCloud) SystemRecall(userId string, targetId string, messageId string, sentTime int, options ...MsgOption) error
*
- @name: SystemRecall
- @test:
- @msg: 消息撤回 - 系统会话
- @param string userId
- @param string targetId
- @param string messageId
- @param int sentTime
- @param int isAdmin
- @param int isDelete
- @param bool disablePush
- @return: error
func (*RongCloud) SystemSend ¶
func (rc *RongCloud) SystemSend(senderID string, targetID []string, objectName string, msg rcMsg, pushContent, pushData string, count, isPersisted int, options ...MsgOption) error
SystemSend 一个用户向一个或多个用户发送系统消息,单条消息最大 128k,会话类型为 SYSTEM。
*@param senderID:发送人用户 ID。 *@param targetID:接收用户 ID, 上限为 100 人。 *@param objectName:发送的消息类型。 *@param msg:消息。 *@param pushContent:定义显示的 Push 内容,如果 objectName 为融云内置消息类型时,则发送后用户一定会收到 Push 信息。如果为自定义消息,则 pushContent 为自定义消息显示的 Push 内容,如果不传则用户不会收到 Push 通知。 *@param pushData:针对 iOS 平台为 Push 通知时附加到 payload 中,Android 客户端收到推送消息时对应字段名为 pushData。 *@param count:针对 iOS 平台,Push 时用来控制未读消息显示数,只有在 toUserId 为一个用户 Id 的时候有效。 *@param isPersisted:当前版本有新的自定义消息,而老版本没有该自定义消息时,老版本客户端收到消息后是否进行存储,0 表示为不存储、 1 表示为存储,默认为 1 存储消息。 *@param options 发送消息需要用的其他扩展参数
* *@return error
func (*RongCloud) SystemSendTemplate ¶
func (rc *RongCloud) SystemSendTemplate(senderID, objectName string, template TXTMsg, content []TemplateMsgContent, options ...MsgOption) error
SystemSendTemplate 一个用户向一个或多个用户发送系统消息,单条消息最大 128k,会话类型为 SYSTEM
*@param senderID:发送人用户 ID。 *@param objectName:发送的消息类型。 *@param template:消息模版。 *@param content:数据内容,包含消息内容和接收者。 * *@return error
func (*RongCloud) TagBatchSet ¶
TagBatchSet 为应用中的用户批量添加标签,如果某用户已经添加了标签,再次对用户添加标签时将覆盖之前设置的标签内容。
*@param t :标签 TagBatch 构造体。 * *@return error
func (*RongCloud) TagGet ¶
TagGet 查询用户所有标签功能,支持批量查询每次最多查询 50 个用户。
*@param userIds: 用户 ID。 * *@return error
func (*RongCloud) TagSet ¶
TagSet 为应用中的用户添加标签,如果某用户已经添加了标签,再次对用户添加标签时将覆盖之前设置的标签内容。
*@param tag :标签 Tag 构造体。 * *@return error
func (*RongCloud) UGChannelCreate ¶
创建群频道
func (*RongCloud) UGChannelDelete ¶
删除群频道
func (*RongCloud) UGChannelQuery ¶
func (rc *RongCloud) UGChannelQuery(groupId string, page, size int) (channels []UGChannelInfo, err error, requestId string)
查询群频道列表
func (*RongCloud) UGGroupCreate ¶
创建群组
func (*RongCloud) UGGroupDismiss ¶
解散群组
func (*RongCloud) UGGroupJoin ¶
加入群组
func (*RongCloud) UGGroupMuteMembersAdd ¶
func (rc *RongCloud) UGGroupMuteMembersAdd(groupId string, userIds []string) (err error, requestId string)
添加禁言成员
func (*RongCloud) UGGroupMuteMembersGetList ¶
func (rc *RongCloud) UGGroupMuteMembersGetList(groupId string) (users []UGUserInfo, err error, requestId string)
获取禁言成员
func (*RongCloud) UGGroupMuteMembersRemove ¶
func (rc *RongCloud) UGGroupMuteMembersRemove(groupId string, userIds []string) (err error, requestId string)
移除禁言成员
func (*RongCloud) UGGroupMuted ¶
设置全体成员禁言
func (*RongCloud) UGGroupMutedQuery ¶
获取群全体成员禁言状态
func (*RongCloud) UGGroupMutedWhitelistAdd ¶
func (rc *RongCloud) UGGroupMutedWhitelistAdd(groupId string, userIds []string) (err error, requestId string)
添加禁言白名单
func (*RongCloud) UGGroupMutedWhitelistQuery ¶
func (rc *RongCloud) UGGroupMutedWhitelistQuery(groupId string) (users []UGUserInfo, err error, requestId string)
获取禁言白名单
func (*RongCloud) UGGroupMutedWhitelistRemove ¶
func (rc *RongCloud) UGGroupMutedWhitelistRemove(groupId string, userIds []string) (err error, requestId string)
移除禁言白名单
func (*RongCloud) UGGroupQuit ¶
退出群组
func (*RongCloud) UGGroupSend ¶
消息发送 普通消息
func (*RongCloud) UGGroupUpdate ¶
刷新群组信息
func (*RongCloud) UGMemberExists ¶
UGMemberExists 查询用户是否在超级群中
func (*RongCloud) UGMessageExpansionDelete ¶
func (rc *RongCloud) UGMessageExpansionDelete(groupId, userId, msgUID, busChannel string, keys ...string) error
UGMessageExpansionDelete 删除扩展
func (*RongCloud) UGMessageExpansionQuery ¶
func (rc *RongCloud) UGMessageExpansionQuery(groupId, msgUID, busChannel string) ([]UGMessageExpansionItem, error)
UGMessageExpansionQuery 获取扩展信息
func (*RongCloud) UGMessageExpansionSet ¶
func (rc *RongCloud) UGMessageExpansionSet(groupId, userId, msgUID, busChannel string, extra map[string]string) error
UGMessageExpansionSet 设置扩展
func (*RongCloud) UGMessagePublish ¶
func (rc *RongCloud) UGMessagePublish(fromUserId, objectName, content, pushContent, pushData, isPersisted, isMentioned, contentAvailable, busChannel, extraContent string, expansion, unreadCountFlag bool, pushExt *PushExt, toGroupIds ...string) error
UGMessagePublish 发送消息时设置扩展
func (*RongCloud) UGMessageRecall ¶
func (rc *RongCloud) UGMessageRecall(userId, targetId, messageId string, sentTime int, options ...MsgOption) error
UGMessageRecall 超级群消息撤回
func (*RongCloud) UGNotDisturbGet ¶
func (rc *RongCloud) UGNotDisturbGet(groupId, busChannel string) (*UGNotDisturbGetResponses, error)
func (*RongCloud) UGNotDisturbSet ¶
UGNotDisturbSet 设置群/频道默认免打扰接口
func (*RongCloud) UGQueryGroupUsers ¶
func (rc *RongCloud) UGQueryGroupUsers(groupId string, page, size int) (users []UGUserInfo, err error, requestId string)
查询群成员(P1)
func (*RongCloud) UGQueryUserGroups ¶
func (rc *RongCloud) UGQueryUserGroups(userId string, page, size int) (groups []UGGroupInfo, err error, requestId string)
查询用户所在群组(P1)
func (*RongCloud) UltraGroupBannedWhiteListAdd ¶
func (rc *RongCloud) UltraGroupBannedWhiteListAdd(groupId, busChannel string, userIds ...string) error
UltraGroupBannedWhiteListAdd 添加禁言白名单
func (*RongCloud) UltraGroupBannedWhiteListDel ¶
func (rc *RongCloud) UltraGroupBannedWhiteListDel(groupId, busChannel string, userIds ...string) error
UltraGroupBannedWhiteListDel 移除禁言白名单
func (*RongCloud) UltraGroupBannedWhiteListGet ¶
func (rc *RongCloud) UltraGroupBannedWhiteListGet(groupId, busChannel string, page, pageSize int) ([]UltraGroupBannedWhiteListGetResponseItem, error)
UltraGroupBannedWhiteListGet 获取禁言白名单
func (*RongCloud) UltraGroupChannelCreate ¶
UltraGroupChannelCreate 创建频道
func (*RongCloud) UltraGroupChannelDel ¶
UltraGroupChannelDel 删除频道
func (*RongCloud) UltraGroupChannelGet ¶
func (rc *RongCloud) UltraGroupChannelGet(groupId string, page, limit int) ([]UltraGroupChannelGetResponseItem, error)
UltraGroupChannelGet 查询频道列表
func (*RongCloud) UltraGroupCreate ¶
UltraGroupCreate 创建超级群
func (*RongCloud) UltraGroupDis ¶
UltraGroupDis 解散超级群
func (*RongCloud) UltraGroupGlobalBannedGet ¶
UltraGroupGlobalBannedGet 查询超级群禁言状态
func (*RongCloud) UltraGroupGlobalBannedSet ¶
UltraGroupGlobalBannedSet 设置超级群禁言状态
func (*RongCloud) UltraGroupJoin ¶
UltraGroupJoin 加入超级群
func (*RongCloud) UltraGroupQuit ¶
UltraGroupQuit 退出超级群
func (*RongCloud) UltraGroupRefresh ¶
UltraGroupRefresh 刷新超级群信息
func (*RongCloud) UltraGroupUserBannedAdd ¶
UltraGroupUserBannedAdd 添加禁言成员
func (*RongCloud) UltraGroupUserBannedDel ¶
UltraGroupUserBannedDel 移除禁言成员
func (*RongCloud) UltraGroupUserBannedGet ¶
func (rc *RongCloud) UltraGroupUserBannedGet(groupId, busChannel string, page, pageSize int) ([]UltraGroupUserBannedResponseItem, error)
UltraGroupUserBannedGet 获取禁言成员
func (*RongCloud) UserRegister ¶
UserRegister 注册用户,生成用户在融云的唯一身份标识 Token
*@param userID:用户 ID,最大长度 64 字节.是用户在 App 中的唯一标识码,必须保证在同一个 App 内不重复,重复的用户 Id 将被当作是同一用户。 *@param name:用户名称,最大长度 128 字节.用来在 Push 推送时显示用户的名称.用户名称,最大长度 128 字节.用来在 Push 推送时显示用户的名称。 *@param portraitURI:用户头像 URI,最大长度 1024 字节.用来在 Push 推送时显示用户的头像。可以为空 * *@return User, error
func (*RongCloud) UserUpdate ¶
UserUpdate 修改用户信息
*@param userID:用户 ID,最大长度 64 字节.是用户在 App 中的唯一标识码,必须保证在同一个 App 内不重复,重复的用户 Id 将被当作是同一用户。 *@param name:用户名称,最大长度 128 字节。用来在 Push 推送时,显示用户的名称,刷新用户名称后 5 分钟内生效。(可选,提供即刷新,不提供忽略) *@param portraitURI:用户头像 URI,最大长度 1024 字节。用来在 Push 推送时显示。(可选,提供即刷新,不提供忽略) * *@return error
type SensitiveWord ¶
type SensitiveWord struct { Type string `json:"type"` Word string `json:"word"` ReplaceWord string `json:"replaceWord"` }
SensitiveWord 敏感词
type TXTMsg ¶
type TXTMsg struct { Content string `json:"content"` User MsgUserInfo `json:"user"` Extra string `json:"extra"` }
TXTMsg 消息
type Tag ¶
type Tag struct { UserID string `json:"userId"` // 用户 Id。(必传) Tags []string `json:"tags"` // 用户标签,一个用户最多添加 20 个标签,每个 tag 最大不能超过 40 个字节,标签中不能包含特殊字符。(必传) }
Tag TagSet 参数
type TagBatch ¶
type TagBatch struct { UserIDs []string `json:"userIds"` // 用户 Id,一次最多支持 1000 个用户。(必传) Tags []string `json:"tags"` // 用户标签,一个用户最多添加 20 个标签,每个 tag 最大不能超过 40 个字节,标签中不能包含特殊字符。(必传) }
TagBatch TagBatchSet 参数
type TagResult ¶
type TagResult struct { *CodeResult Result map[string][]string `json:"result"` // 用户所有的标签数组。 }
TagResult TagGet 返回值
type TemplateMsgContent ¶
type TemplateMsgContent struct { TargetID string Data map[string]string PushContent string PushData string }
TemplateMsgContent 消息模版
type UGChannelInfo ¶
type UGChannelInfo struct { ChannelId string `json:"channel_id"` CreateTime string `json:"create_time"` }
超级群 频道信息
type UGGroupInfo ¶
超级群 群组信息
type UGMessage ¶
type UGMessage struct { FromUserId string `json:"from_user_id"` ToGroupIds []string `json:"to_group_ids"` ToUserIds []string `json:"to_user_ids,omitempty"` ObjectName string `json:"object_name"` Content string `json:"content"` PushContent string `json:"push_content,omitempty"` PushData string `json:"push_data,omitempty"` IncludeSenderEnable bool `json:"include_sender_enable,omitempty"` StoreFlag bool `json:"store_flag"` MentionedFlag bool `json:"mentioned_flag,omitempty"` SilencePush bool `json:"silence_push,omitempty"` PushExt string `json:"push_ext,omitempty"` BusChannel string `json:"bus_channel,omitempty"` }
超级群 消息结构
type UGMessageExpansionItem ¶
type UGUserInfo ¶
超级群 用户信息
type UltraGroupBannedWhiteListGetResponseItem ¶
type UltraGroupBannedWhiteListGetResponseItem struct {
Id string `json:"id"`
}
type UltraGroupUserBannedResponseItem ¶
type UltraGroupUserBannedResponseItem struct {
Id string `json:"id"`
}
type User ¶
type User struct { Token string `json:"token"` UserID string `json:"userId"` BlockEndTime string `json:"blockEndTime,omitempty"` Status string `json:"status,omitempty"` }
User 用户信息 返回信息
type VCMsg ¶
type VCMsg struct { Content string `json:"content"` User MsgUserInfo `json:"user"` Extra string `json:"extra"` Duration interface{} `json:"duration"` }
VCMsg 消息