AnswerChatJoinRequestQuery constructor

AnswerChatJoinRequestQuery({
  1. required int queryId,
  2. ChatJoinRequestResult? result,
  3. required String url,
})

Implementation

AnswerChatJoinRequestQuery({
  required this.queryId,
  this.result,
  required this.url,
});