Skip to main content

DiscordTeam

@discordeno/botDocs


Documentation / @discordeno/bot / DiscordTeam

Interface: DiscordTeam

https://discord.com/developers/docs/topics/teams#data-models-team-object

Properties

icon

icon: null | string

Hash of the image of the team's icon

Defined in

packages/types/dist/types/discord.d.ts:506


id

id: string

Unique ID of the team

Defined in

packages/types/dist/types/discord.d.ts:508


members

members: DiscordTeamMember[]

Members of the team

Defined in

packages/types/dist/types/discord.d.ts:510


name

name: string

Name of the team

Defined in

packages/types/dist/types/discord.d.ts:514


owner_user_id

owner_user_id: string

User ID of the current team owner

Defined in

packages/types/dist/types/discord.d.ts:512