updateNewCustomQuery property
A new incoming query; for bots only
Implementation
UpdateNewCustomQuery? get updateNewCustomQuery {
if (this is UpdateNewCustomQuery) {
return this as UpdateNewCustomQuery;
}
return null;
}
A new incoming query; for bots only
UpdateNewCustomQuery? get updateNewCustomQuery {
if (this is UpdateNewCustomQuery) {
return this as UpdateNewCustomQuery;
}
return null;
}