AnswerChatJoinRequestQuery constructor
AnswerChatJoinRequestQuery({
- required int queryId,
- ChatJoinRequestResult? result,
- required String url,
Implementation
AnswerChatJoinRequestQuery({
required this.queryId,
this.result,
required this.url,
});