Class CreatePrivateChannelRequest
public class CreatePrivateChannelRequest
- Inheritance
-
objectCreatePrivateChannelRequest
Properties
RecipientId
[JsonProperty("recipient_id")]
public ulong? RecipientId { get; set; }
Property Value
Recipients
[JsonProperty("recipients")]
public HashSet<ulong>? Recipients { get; set; }