OptionValueInteger constructor

OptionValueInteger(
  1. {required int64 value,
  2. int? extra,
  3. int? clientId}
)

Represents an integer option

Implementation

OptionValueInteger