pub async fn get_all_passport_elements(
password: String,
client_id: i32,
) -> Result<PassportElements, Error>Expand description
Returns all available Telegram Passport elements
ยงArguments
password- The 2-step verification password of the current userclient_id- The client id to send the request to