Class InlineQueryEventArgs
Events arg for an incoming inline query
Inheritance
System.Object
System.EventArgs
InlineQueryEventArgs
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 InlineQueryEventArgs : EventArgs
Constructors
| Improve this Doc View SourceInlineQueryEventArgs(InlineQuery)
Initializes a new instance of the InlineQueryEventArgs class
Declaration
public InlineQueryEventArgs(InlineQuery inlineQuery)
Parameters
Type | Name | Description |
---|---|---|
InlineQuery | inlineQuery | The inline query |
Properties
| Improve this Doc View SourceInlineQuery
The incoming inline query
Declaration
public InlineQuery InlineQuery { get; set; }
Property Value
Type | Description |
---|---|
InlineQuery |