updateNewCustomEvent property
A new incoming event; for bots only
Implementation
UpdateNewCustomEvent? get updateNewCustomEvent {
if (this is UpdateNewCustomEvent) {
return this as UpdateNewCustomEvent;
}
return null;
}
A new incoming event; for bots only
UpdateNewCustomEvent? get updateNewCustomEvent {
if (this is UpdateNewCustomEvent) {
return this as UpdateNewCustomEvent;
}
return null;
}