    VALUE_NAME = "{value_name}"
    """``str``: Name of the property that holds this error's value"""

    @property
    def {value_name}(self) -> Optional[int]:
        """``Optional[int]``: What Telegram sent with this error, under the name its message gives it"""
        return self.value
