Types

Community

A community.

Properties

isCreator: boolean

Whether the current user is the owner of the community.

id: number

The identifier of the community.

name: string

The community’s name.

description?: string

The community’s description.

photo?: Photo

The community’s photo.

isLeft: boolean

Whether the current account has left the community.

isShownAsOneChat: boolean

Whether the community is shown as one chat.

administratorRights?: ChatAdministratorRights

Rights of community administrators.

defaultPermissions?: ChatMemberRights

Default permissions of community members.

adminCount: number

The number of administrators in the community.

chats: CommunityChat[]

The chats in the community.