getEmotePackEmotes method

Future<GetEmotePackEmotesResponse> getEmotePackEmotes(
  1. ClientContext? ctx,
  2. GetEmotePackEmotesRequest request
)

Implementation

$async.Future<$0.GetEmotePackEmotesResponse> getEmotePackEmotes($pb.ClientContext? ctx, $0.GetEmotePackEmotesRequest request) {
  var emptyResponse = $0.GetEmotePackEmotesResponse();
  return _client.invoke<$0.GetEmotePackEmotesResponse>(ctx, 'EmoteService', 'GetEmotePackEmotes', request, emptyResponse);
}