canBoostChatResultWaitNeeded property
The user must wait the specified time before the boost can be moved to another chat
Implementation
CanBoostChatResultWaitNeeded? get canBoostChatResultWaitNeeded {
if (this is CanBoostChatResultWaitNeeded) {
return this as CanBoostChatResultWaitNeeded;
}
return null;
}