updateNewPreCheckoutQuery property

UpdateNewPreCheckoutQuery? updateNewPreCheckoutQuery

A new incoming pre-checkout query; for bots only. Contains full information about a checkout

Implementation

UpdateNewPreCheckoutQuery? get updateNewPreCheckoutQuery {
  if (this is UpdateNewPreCheckoutQuery) {
    return this as UpdateNewPreCheckoutQuery;
  }
  return null;
}