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

Public Member Functions

 V2TIMOfficialAccountInfo ()
 
 V2TIMOfficialAccountInfo (const V2TIMOfficialAccountInfo &officialAccountInfo)
 
 ~V2TIMOfficialAccountInfo ()
 

Data Fields

V2TIMString officialAccountID
 
V2TIMString officialAccountName
 
V2TIMString faceUrl
 
V2TIMString ownerUserID
 
V2TIMString organization
 
V2TIMString introduction
 
V2TIMString customData
 
uint64_t createTime
 
uint64_t subscriberCount
 
uint64_t subscribeTime
 

Constructor & Destructor Documentation

◆ V2TIMOfficialAccountInfo() [1/2]

◆ V2TIMOfficialAccountInfo() [2/2]

V2TIMOfficialAccountInfo ( const V2TIMOfficialAccountInfo officialAccountInfo)

◆ ~V2TIMOfficialAccountInfo()

Field Documentation

◆ officialAccountID

V2TIMString officialAccountID

official channel ID

◆ officialAccountName

V2TIMString officialAccountName

official channel name

◆ faceUrl

V2TIMString faceUrl

official channel ID face url

◆ ownerUserID

V2TIMString ownerUserID

official channel owner userID

◆ organization

V2TIMString organization

official channel name organization

◆ introduction

V2TIMString introduction

official channel name introduction

◆ customData

V2TIMString customData

official channel custom data

◆ createTime

uint64_t createTime

official channel creation time, in seconds.

◆ subscriberCount

uint64_t subscriberCount

The count of subscribers to the official channel.

◆ subscribeTime

uint64_t subscribeTime

The time when the official channel was subscribed to, in seconds.