A group in the server.

Hierarchy

  • Group

Properties

avatar_url?: string

A URL for an avatar image.

create_time?: string

The UNIX time when the group was created.

creator_id?: string

The id of the user who created the group.

description?: string

A description for the group.

edge_count?: number

The current count of all members in the group.

id?: string

The id of a group.

lang_tag?: string

The language expected to be a tag which follows the BCP-47 spec.

max_count?: number

The maximum number of members allowed.

metadata?: {}

Additional information stored as a JSON object.

Type declaration

    name?: string

    The unique name of the group.

    open?: boolean

    Anyone can join open groups, otherwise only admins can accept members.

    update_time?: string

    The UNIX time when the group was last updated.

    Generated using TypeDoc