Skip to content

Commit

Permalink
GUILD_MEDIA channel type
Browse files Browse the repository at this point in the history
  • Loading branch information
valzargaming committed Sep 26, 2024
1 parent f9ee20a commit d061121
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Discord/Parts/Channel/Channel.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ class Channel extends Part implements Stringable
public const TYPE_GUILD_STAGE_VOICE = 13;
public const TYPE_GUILD_DIRECTORY = 14;
public const TYPE_GUILD_FORUM = 15;
public const TYPE_GUILD_MEDIA = 16;

/** @deprecated 10.0.0 Use `Channel::TYPE_GUILD_TEXT` */
public const TYPE_TEXT = self::TYPE_GUILD_TEXT;
Expand Down

0 comments on commit d061121

Please sign in to comment.