StageChannelInstancePrivacyLevel.from constructor

StageChannelInstancePrivacyLevel.from(
  1. int value
)

Create StageChannelInstancePrivacyLevel from value

Implementation

StageChannelInstancePrivacyLevel.from(int value) : super(value);