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