updateNewCustomQuery property

UpdateNewCustomQuery? updateNewCustomQuery

A new incoming query; for bots only

Implementation

UpdateNewCustomQuery? get updateNewCustomQuery {
  if (this is UpdateNewCustomQuery) {
    return this as UpdateNewCustomQuery;
  }
  return null;
}