getPaidReactionPrivacy method
Get Paid Reaction Privacy.
ID: 472455aa.
Implementation
Future<Result<UpdatesBase>> getPaidReactionPrivacy() async {
// Preparing the request.
final request = MessagesGetPaidReactionPrivacy();
// Invoke and wait for response.
final response = await _c.invoke(request);
// Return the result.
return response._to<UpdatesBase>();
}