TPChannelUpdateParams constructor

TPChannelUpdateParams({
  1. required TPChannel channel,
})

Implementation

TPChannelUpdateParams({
  required this.channel
});