Class ShippingQueryEventArgs
Event args for a shipping query
Inheritance
System.Object
System.EventArgs
ShippingQueryEventArgs
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 ShippingQueryEventArgs : EventArgs
Constructors
| Improve this Doc View SourceShippingQueryEventArgs(ShippingQuery)
Initializes a new instance of the ShippingQueryEventArgs class
Declaration
public ShippingQueryEventArgs(ShippingQuery shippingQuery)
Parameters
Type | Name | Description |
---|---|---|
ShippingQuery | shippingQuery |
Properties
| Improve this Doc View SourceShippingQuery
The shipping query
Declaration
public ShippingQuery ShippingQuery { get; set; }
Property Value
Type | Description |
---|---|
ShippingQuery |