Channel

struct Channel {
Snowflake id;
Type type;
Snowflake guild_id;
int position;
Overwrite[] permission_overwrites;
Nullable!string name;
Nullable!string topic;
bool nsfw;
Nullable!string last_message_id;
int bitrate;
int user_limit;
User[] recipients;
Nullable!string icon;
Snowflake owner_id;
Snowflake application_id;
Nullable!Snowflake parent_id;
SafeTime last_pin_timestamp;
}

Meta