IMSDK
IM features a comprehensive suite of solutions including global access, one-to-one chat, group chat, message push, profile and relationship chain hosting, and account authentication. It also provides complete app access and backend management APIs.
All Data Structures Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Pages
V2TIMFriendGroup

Properties

NSString * groupName
 
uint64_t userCount
 
NSMutableArray * friendList
 

Property Documentation

◆ groupName

- (NSString*) groupName
readwritenonatomicstrong

Friend group name.

◆ userCount

- (uint64_t) userCount
readwritenonatomicassign

Number of members in the friend group.

◆ friendList

- (NSMutableArray*) friendList
readwritenonatomicstrong

Members information in the friend group.