TIMCreateGroupInfo Class Reference

Inherits from TIMCodingModel : NSObject
Declared in TIMComm.h

Overview

创建群参数

  group

群组Id,nil则使用系统默认Id

@property (nonatomic, strong) NSString *group

Declared In

TIMComm.h

  groupName

群名

@property (nonatomic, strong) NSString *groupName

Declared In

TIMComm.h

  groupType

群类型:Private,Public,ChatRoom,AVChatRoom,BChatRoom

@property (nonatomic, strong) NSString *groupType

Declared In

TIMComm.h

  setAddOpt

是否设置入群选项,Private类型群组请设置为false

@property (nonatomic, assign) BOOL setAddOpt

Declared In

TIMComm.h

  addOpt

入群选项

@property (nonatomic, assign) TIMGroupAddOpt addOpt

Declared In

TIMComm.h

  maxMemberNum

最大成员数,填0则系统使用默认值

@property (nonatomic, assign) uint32_t maxMemberNum

Declared In

TIMComm.h

  notification

群公告

@property (nonatomic, strong) NSString *notification

Declared In

TIMComm.h

  introduction

群简介

@property (nonatomic, strong) NSString *introduction

Declared In

TIMComm.h

  faceURL

群头像

@property (nonatomic, strong) NSString *faceURL

Declared In

TIMComm.h

  customInfo

自定义字段集合,key是NSString类型,value是NSData类型

@property (nonatomic, strong) NSDictionary *customInfo

Declared In

TIMComm.h

  membersInfo

创建成员(TIMCreateGroupMemberInfo*)列表

@property (nonatomic, strong) NSArray<TIMCreateGroupMemberInfo*> *membersInfo

Declared In

TIMComm.h