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.
V2TIMFriendGroup

Detailed Description

Definition of V2TIMFriendGroup.

Public Member Functions

 V2TIMFriendGroup ()
 
 V2TIMFriendGroup (const V2TIMFriendGroup &friendGroup)
 
 ~V2TIMFriendGroup ()
 

Data Fields

V2TIMString groupName
 
uint64_t userCount
 
V2TIMStringVector friendList
 

Constructor & Destructor Documentation

◆ V2TIMFriendGroup() [1/2]

◆ V2TIMFriendGroup() [2/2]

V2TIMFriendGroup ( const V2TIMFriendGroup friendGroup)

◆ ~V2TIMFriendGroup()

Field Documentation

◆ groupName

V2TIMString groupName

Friend group nam.

◆ userCount

uint64_t userCount

Number of members in the friend group.

◆ friendList

V2TIMStringVector friendList

Members information in the friend group.