Represents a server member on Guilded.

See

https://www.guilded.gg/docs/api/members/ServerMember

Hierarchy

Properties

isOwner?: boolean

Whether the server member is the owner of the server.

joinedAt: string

The date the member joined the server.

nickname?: string

The nickname of the server member.

roleIds: number[]

The IDs of roles that belong to the server member.

user: APIUser

The user the server member belongs to.