// WARNING: THIS CODE IS AUTOGENERATED.
// DO NOT EDIT!!!
#![allow(clippy::too_many_arguments, clippy::new_without_default)]
use crate::types::LoginUrl;
impl LoginUrl {
/// This function creates an empty struct for the object LoginUrl.
pub fn new(url: String) -> Self {
Self {
url,
forward_text: None,
bot_username: None,
request_write_access: None,
}
}
}