getChannelMessages method

Future<GetChannelMessagesResponse> getChannelMessages(
  1. ClientContext? ctx,
  2. GetChannelMessagesRequest request
)

Implementation

$async.Future<$4.GetChannelMessagesResponse> getChannelMessages($pb.ClientContext? ctx, $4.GetChannelMessagesRequest request) {
  var emptyResponse = $4.GetChannelMessagesResponse();
  return _client.invoke<$4.GetChannelMessagesResponse>(ctx, 'ChatService', 'GetChannelMessages', request, emptyResponse);
}