BotShortDescription constructor
const
BotShortDescription({
- @JsonKey(name: 'short_description') required String shortDescription,
Creates the Bot Short Description object.
Implementation
const factory BotShortDescription({
/// Bot's short description.
@JsonKey(name: 'short_description') required String shortDescription,
}) = _BotShortDescription;