feat(structures): add Team structure (#11396)

* feat(structures): add and update barrel exports in prep for new struct

* feat(structures): add TeamMember substructure

* feat(structures): add Team structure

* chore(structures): add ownerUserId attribute back

* chore(structures): add teamId attribute

* docs(structures): correctly use see/link blocks and cleanup

---------

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
Asad
2026-01-27 22:59:42 +00:00
committed by GitHub
parent fc5ba6be70
commit c126367140
4 changed files with 121 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ export * from './invites/index.js';
export * from './messages/index.js';
export * from './polls/index.js';
export * from './stickers/index.js';
export * from './teams/index.js';
export * from './users/index.js';
export * from './Structure.js';
export * from './subscriptions/index.js';