premiumLimitTypeCaptionLength property
The maximum length of sent media caption
Implementation
PremiumLimitTypeCaptionLength? get premiumLimitTypeCaptionLength {
if (this is PremiumLimitTypeCaptionLength) {
return this as PremiumLimitTypeCaptionLength;
}
return null;
}