haskell-tdlib-2.0.47.0
Safe HaskellSafe-Inferred
LanguageGHC2021

TD.Data.OptionValue

Synopsis

Documentation

data OptionValue Source #

Represents the value of an option

Constructors

OptionValueBoolean

Represents a boolean option

Fields

OptionValueEmpty

Represents an unknown option or an option which has a default value

OptionValueInteger

Represents an integer option

Fields

OptionValueString

Represents a string option

Fields