Show / Hide Table of Contents

Class PreCheckoutQueryEventArgs

Event args for a pre-checkout query

Inheritance
System.Object
System.EventArgs
PreCheckoutQueryEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: TelegramBotApi.Types.Events
Assembly: TelegramBotApi.dll
Syntax
public class PreCheckoutQueryEventArgs : EventArgs

Constructors

| Improve this Doc View Source

PreCheckoutQueryEventArgs(PreCheckoutQuery)

Initializes a new instance of the PreCheckoutQueryEventArgs class

Declaration
public PreCheckoutQueryEventArgs(PreCheckoutQuery preCheckoutQuery)
Parameters
Type Name Description
PreCheckoutQuery preCheckoutQuery

The pre-checkout query

Properties

| Improve this Doc View Source

PreCheckoutQuery

The pre-checkout query

Declaration
public PreCheckoutQuery PreCheckoutQuery { get; set; }
Property Value
Type Description
PreCheckoutQuery
  • Improve this Doc
  • View Source
Back to top Generated by DocFX