Interface GroupMetadata

Hierarchy

  • GroupMetadata

Properties

announce?: boolean

is set when the group only allows admins to write messages

author?: string

the person who added you

creation?: number
desc?: string
descId?: string
descOwner?: string
ephemeralDuration?: number
id: string
inviteCode?: string
isCommunity?: boolean

is this a community

isCommunityAnnounce?: boolean

is this the announce of a community

memberAddMode?: boolean

is set when the group also allows members to add participants

owner: undefined | string
participants: GroupParticipant[]
restrict?: boolean

is set when the group only allows admins to change group settings

size?: number

number of group participants

subject: string
subjectOwner?: string

group subject owner

subjectTime?: number

group subject modification date

Generated using TypeDoc