diff options
Diffstat (limited to 'lib/models/gen/channel.atd')
| -rw-r--r-- | lib/models/gen/channel.atd | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/lib/models/gen/channel.atd b/lib/models/gen/channel.atd deleted file mode 100644 index 6ab58cf..0000000 --- a/lib/models/gen/channel.atd +++ /dev/null @@ -1,19 +0,0 @@ -type snowflake <ocaml from="Snowflake" t="t"> = abstract -type user <ocaml from="User" t="t"> = abstract - -type t = { - id: snowflake; - kind <json name="type">: int; - ?guild_id: snowflake option; - ?position: int option; - ?name: string option; - ?topic: string option; - ?nsfw: bool option; - ?bitrate: int option; - ?user_limit: int option; - ?recipients: user list option; - ?icon: string option; - ?owner_id: snowflake option; - ?application_id: snowflake option; - ?parent_id: snowflake option; -}
\ No newline at end of file |