Class ChannelGatewayData
Gateway channel data matching the ChannelResponse API model
public class ChannelGatewayData : ChannelJson, IChannel, IPartialChannel, ISnowflake, IMentionable
- Inheritance
-
objectPartialChannelJsonChannelJsonChannelGatewayData
- Implements
Properties
Recipients
[JsonProperty("recipients")]
public List<UserJson>? Recipients { get; set; }
Property Value
- List<UserJson>