Skip to content

qchat_def.channel_def.QChatChannelInfo

Zvicii edited this page Jul 7, 2023 · 6 revisions

Interface: QChatChannelInfo

qchat_def/channel_def.QChatChannelInfo

Table of contents

Properties

Properties

server_id

Optional server_id: string

server id

Defined in

ts/qchat_def/channel_def.ts:25


channel_id

Optional channel_id: string

channel id

Defined in

ts/qchat_def/channel_def.ts:27


name

Optional name: string

名称

Defined in

ts/qchat_def/channel_def.ts:29


topic

Optional topic: string

主题

Defined in

ts/qchat_def/channel_def.ts:31


custom

Optional custom: string

自定义字段

Defined in

ts/qchat_def/channel_def.ts:33


type

Optional type: NIMQChatChannelType

频道类型,0:消息频道

Defined in

ts/qchat_def/channel_def.ts:35


owner

Optional owner: string

拥有者

Defined in

ts/qchat_def/channel_def.ts:37


view_mode

Optional view_mode: NIMQChatChannelViewMode

查看模式,只有在category_id为0或sync_mode为kNIMQChatChannelSyncModeNoSync时有效

Defined in

ts/qchat_def/channel_def.ts:39


visitor_mode

Optional visitor_mode: NIMQChatChannelVisitorMode

圈组频道游客访问模式

Defined in

ts/qchat_def/channel_def.ts:41


valid_flag

Optional valid_flag: boolean

有效标记,false:无效 true:有效

Defined in

ts/qchat_def/channel_def.ts:43


create_time

Optional create_time: number

创建时间

Defined in

ts/qchat_def/channel_def.ts:45


update_time

Optional update_time: number

更新时间

Defined in

ts/qchat_def/channel_def.ts:47


category_id

Optional category_id: string

频道分组ID

Defined in

ts/qchat_def/channel_def.ts:49


sync_mode

Optional sync_mode: NIMQChatChannelSyncMode

频道分组同步模式

Defined in

ts/qchat_def/channel_def.ts:51


reorder_weight

Optional reorder_weight: number

自定义排序权重值

Defined in

ts/qchat_def/channel_def.ts:53

Clone this wiki locally