feat(structures): add Subscription structure (#11399)

* feat(structure): update barrel exports for new structure

* chore(structure): add new symbols for the Subscription structure

* feat(structure): add Subscription structure

* docs(structure): correct typos

* chore(structure): add default attributes on class params

* fix(structures): correctly expose [..]Ids properties and update docs

* fix(structures): add canceled_at to DataTemplate

* docs(structures): update doc clarity on canceledAt getter - @almeidx

This was a suggestion by Almedia.

Co-authored-by: Almeida <github@almeidx.dev>

* style: fix

---------

Co-authored-by: Almeida <github@almeidx.dev>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
Asad
2026-01-27 22:56:06 +00:00
committed by GitHub
parent 7a7fecbe3c
commit fc5ba6be70
4 changed files with 183 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ export * from './polls/index.js';
export * from './stickers/index.js';
export * from './users/index.js';
export * from './Structure.js';
export * from './subscriptions/index.js';
export * from './Mixin.js';
export * from './utils/optimization.js';
export type * from './utils/types.js';