Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • GetChatRoomDetailsResult

Index

Properties

affiliations: BaseMembers[]

The list of existing members.

affiliations_count: number

The number of existing members.

allowinvites: boolean

Whether to allow a group member to invite others to join the group. This method is used only for groups. - true: Allow; - false: Do not allow.

created: number

The chat room creation time, Unix Timestamp.

custom: string

The custom information.

description: string

The chat room description.

id: string

The chat room ID.

maxusers: number

The maximum number of members allowed in the chat room.

membersonly: boolean

Whether a user requesting to join the group requires approval from the group admin. This method is used only for groups. - true: Yes; - false: No.

mute: boolean

Whether to mute all members. - true: Yes; - false: No.

name: string

The chat room name.

owner: string

The chat room owner.

public: boolean

Whether it is a public group. This method is used only for groups. - true: Yes; - false: No.

shieldgroup: boolean

Whether the member is on the blocklist. - true: Yes; - false: No.

Generated using TypeDoc