pub async fn get_securejoin_qr(
context: &Context,
group: Option<ChatId>,
) -> Result<String>
Expand description
Generates a Secure Join QR code.
With group
set to None
this generates a setup-contact QR code, with group
set to a
ChatId
generates a join-group QR code for the given chat.