Class CallCreateGatewayData
Gateway data for CALL_CREATE event.
public class CallCreateGatewayData
- Inheritance
-
objectCallCreateGatewayData
Properties
ChannelId
[JsonProperty("channel_id")]
public ulong ChannelId { get; set; }
Property Value
CreatedAt
[JsonProperty("created_at")]
public long CreatedAt { get; set; }
Property Value
MessageId
[JsonProperty("message_id")]
public ulong MessageId { get; set; }
Property Value
Recipients
[JsonProperty("recipients")]
public ulong[]? Recipients { get; set; }
Property Value
- ulong[]
Region
[JsonProperty("region")]
public string? Region { get; set; }
Property Value
RingingUsers
[JsonProperty("ringing")]
public ulong[] RingingUsers { get; set; }
Property Value
- ulong[]
VoiceStates
[JsonProperty("voice_states")]
public VoiceStateJson[] VoiceStates { get; set; }
Property Value
- VoiceStateJson[]