chatJoinRequest property
Optional. A request to join the chat has been sent. The bot must have the can_invite_users administrator right in the chat to receive these updates.
Implementation
@JsonKey(name: 'chat_join_request')
ChatJoinRequest? get chatJoinRequest;