ferrisgram/helpers/
chat_boost_added.rs

1// WARNING: THIS CODE IS AUTOGENERATED.
2// DO NOT EDIT!!!
3
4#![allow(clippy::too_many_arguments, clippy::new_without_default)]
5use crate::types::ChatBoostAdded;
6
7impl ChatBoostAdded {
8    /// This function creates an empty struct for the object ChatBoostAdded.
9    pub fn new(boost_count: i64) -> Self {
10        Self { boost_count }
11    }
12}