ChannelMetadataInput constructor

ChannelMetadataInput({
  1. String? name,
  2. String? description,
  3. dynamic custom,
  4. String? status,
  5. String? type,
})

Implementation

ChannelMetadataInput(
    {this.name, this.description, this.custom, this.status, this.type});