- API ›
- Constructors ›
- DisallowedGiftsSettings
DisallowedGiftsSettings
---types--- disallowedGiftsSettings#71f276c4 disallow_unlimited_stargifts:flags.0?true disallow_limited_stargifts:flags.1?true disallow_unique_stargifts:flags.2?true disallow_premium_gifts:flags.3?true disallow_stargifts_from_channels:flags.4?true = DisallowedGiftsSettings
Belongs to
| DisallowedGiftsSettings |
In Rust this constructor is a variant of the enums::DisallowedGiftsSettings enum.
Match on it with: if let enums::DisallowedGiftsSettings::DisallowedGiftsSettings(v) = result { ... }