Table of Contents

Class CreatePrivateChannelRequest

Namespace
Fluxer.Net.Rest
Assembly
Fluxer.Net.dll
public class CreatePrivateChannelRequest
Inheritance
object
CreatePrivateChannelRequest

Properties

RecipientId

[JsonProperty("recipient_id")]
public ulong? RecipientId { get; set; }

Property Value

ulong?

Recipients

[JsonProperty("recipients")]
public HashSet<ulong>? Recipients { get; set; }

Property Value

HashSet<ulong>