pub async fn get_background_url(
name: String,
type: BackgroundType,
client_id: i32,
) -> Result<HttpUrl, Error>Expand description
Constructs a persistent HTTP URL for a background
§Arguments
name- Background namer#type- Background type; backgroundTypeChatTheme isn’t supportedclient_id- The client id to send the request to