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