Skip to content

Commit

Permalink
feat: channel type 17 & message type 50
Browse files Browse the repository at this point in the history
  • Loading branch information
Lulalaby committed Sep 24, 2024
1 parent 7b3c242 commit a4d0983
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions DisCatSharp/Enums/Channel/ChannelType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@ public enum ChannelType
/// </summary>
GuildMedia = 16,


/// <summary>
/// Indicates that this is a lobby channel.
/// </summary>
Lobby = 17,

/// <summary>
/// Indicates unknown channel type.
/// </summary>
Expand Down
8 changes: 7 additions & 1 deletion DisCatSharp/Enums/Message/MessageType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -224,5 +224,11 @@ public enum MessageType
/// <summary>
/// Message indicating that a channel was linked to a lobby.
/// </summary>
ChannelLinkedToLobby = 49
ChannelLinkedToLobby = 49,

/// <summary>
/// Message indicating a gifting prompt.
/// </summary>

GiftingPrompt = 50
}

0 comments on commit a4d0983

Please sign in to comment.