Show / Hide Table of Contents

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 Source

InlineQueryEventArgs(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 Source

InlineQuery

The incoming inline query

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