API reference
Property ChannelIds
- Namespace
- DisCatSharp.Experimental.Entities
- Assembly
- DisCatSharp.Experimental.dll
ChannelIds
Gets or sets the list of channel IDs to filter by.
[JsonProperty("channel_id", NullValueHandling = NullValueHandling.Ignore)]
public List<ulong>? ChannelIds { get; set; }