updateNewChatJoinRequest property
A user sent a join request to a chat; for bots only
Implementation
UpdateNewChatJoinRequest? get updateNewChatJoinRequest {
if (this is UpdateNewChatJoinRequest) {
return this as UpdateNewChatJoinRequest;
}
return null;
}