premiumLimitTypeCaptionLength property

PremiumLimitTypeCaptionLength? premiumLimitTypeCaptionLength

The maximum length of sent media caption

Implementation

PremiumLimitTypeCaptionLength? get premiumLimitTypeCaptionLength {
  if (this is PremiumLimitTypeCaptionLength) {
    return this as PremiumLimitTypeCaptionLength;
  }
  return null;
}