CreatePrivateChannelRequest constructor

const CreatePrivateChannelRequest({
  1. SnowflakeType? recipientId,
  2. List<SnowflakeType>? recipients,
})

Implementation

const CreatePrivateChannelRequest({this.recipientId, this.recipients});