diff options
Diffstat (limited to 'lib/models/channel.ml')
| -rw-r--r-- | lib/models/channel.ml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/lib/models/channel.ml b/lib/models/channel.ml deleted file mode 100644 index ac3e596..0000000 --- a/lib/models/channel.ml +++ /dev/null @@ -1,17 +0,0 @@ -type t = { - id: Snowflake.t; - kind: int; - (* guild: Guild.t option; *) - position: int option; - permission_overwrites: (int list) option; - name: string option; - topic: string option; - nsfw: bool option; - bitrate: int option; - user_limit: int option; - recipients: (User.t list) option; - icon: string option; - owner_id: Snowflake.t option; - application_id: Snowflake.t option; - parent_id: Snowflake.t option; -} [@@deriving yojson]
\ No newline at end of file |