Exemple #1
0
 public SetChannelMetadataBuilder Channel(string id)
 {
     setChannelMetadataRequestBuilder.Channel(id);
     return(this);
 }