messageGiftedPremium property
Telegram Premium was gifted to the user
Implementation
MessageGiftedPremium? get messageGiftedPremium {
if (this is MessageGiftedPremium) {
return this as MessageGiftedPremium;
}
return null;
}
Telegram Premium was gifted to the user
MessageGiftedPremium? get messageGiftedPremium {
if (this is MessageGiftedPremium) {
return this as MessageGiftedPremium;
}
return null;
}