updateChannelInformation method

Future<UpdateChannelInformationResponse> updateChannelInformation(
  1. ClientContext? ctx,
  2. UpdateChannelInformationRequest request
)

Implementation

$async.Future<$6.UpdateChannelInformationResponse> updateChannelInformation($pb.ClientContext? ctx, $6.UpdateChannelInformationRequest request) {
  var emptyResponse = $6.UpdateChannelInformationResponse();
  return _client.invoke<$6.UpdateChannelInformationResponse>(ctx, 'ChatService', 'UpdateChannelInformation', request, emptyResponse);
}