diff options
Diffstat (limited to 'lib/models/gen/channel_t.ml')
| -rw-r--r-- | lib/models/gen/channel_t.ml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/lib/models/gen/channel_t.ml b/lib/models/gen/channel_t.ml deleted file mode 100644 index a5c9ce4..0000000 --- a/lib/models/gen/channel_t.ml +++ /dev/null @@ -1,23 +0,0 @@ -(* Auto-generated from "channel.atd" *) - [@@@ocaml.warning "-27-32-35-39"] - -type user = User_t.t - -type snowflake = Snowflake_t.t - -type t = { - id: snowflake; - kind: 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 -} |