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