Fixed crash on voice state updates
This commit is contained in:
@@ -59,8 +59,8 @@ namespace Discord.API
|
||||
public class VoiceMemberInfo : MemberReference
|
||||
{
|
||||
[JsonProperty("channel_id")]
|
||||
[JsonConverter(typeof(LongStringConverter))]
|
||||
public long ChannelId;
|
||||
[JsonConverter(typeof(NullableLongStringConverter))]
|
||||
public long? ChannelId;
|
||||
[JsonProperty("session_id")]
|
||||
public string SessionId;
|
||||
[JsonProperty("token")]
|
||||
|
||||
Reference in New Issue
Block a user