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 SourcePreCheckoutQueryEventArgs(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 SourcePreCheckoutQuery
The pre-checkout query
Declaration
public PreCheckoutQuery PreCheckoutQuery { get; set; }
Property Value
Type | Description |
---|---|
PreCheckoutQuery |