callback_url property

String callback_url
read / write

An HTTP URL to open once the request is finished, canceled, or failed with the parameters tg_passport=success, tg_passport=cancel, or tg_passport=error&error=... respectively..

Implementation

late String callback_url;