IMCreateGroup 方法 (String, String, String, String) |
创建群组
命名空间:
Smobiler.Plugins.RongIM
程序集:
Smobiler.Plugins (在 Smobiler.Plugins.dll 中) 版本:6.0.651.17422+acac930a389332bc36ed645b22d5419d24641df7
语法public void CreateGroup(
string[] userId,
string groupId,
string groupName,
string portraitUri
)
Public Sub CreateGroup (
userId As String(),
groupId As String,
groupName As String,
portraitUri As String
)
参数
- userId
- 类型:SystemString
用户编号 - groupId
- 类型:SystemString
群组编号 - groupName
- 类型:SystemString
群组名称 - portraitUri
- 类型:SystemString
群组头像
参见