messageGiftedPremium property

MessageGiftedPremium? messageGiftedPremium

Telegram Premium was gifted to the user

Implementation

MessageGiftedPremium? get messageGiftedPremium {
  if (this is MessageGiftedPremium) {
    return this as MessageGiftedPremium;
  }
  return null;
}