premiumLimitTypeStoryCaptionLength property

PremiumLimitTypeStoryCaptionLength? premiumLimitTypeStoryCaptionLength

The maximum length of captions of sent stories

Implementation

PremiumLimitTypeStoryCaptionLength? get premiumLimitTypeStoryCaptionLength {
  if (this is PremiumLimitTypeStoryCaptionLength) {
    return this as PremiumLimitTypeStoryCaptionLength;
  }
  return null;
}