Show / Hide Table of Contents

Class CallbackQueryEventArgs

Event args for an incoming callback query

Inheritance
System.Object
System.EventArgs
CallbackQueryEventArgs
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 CallbackQueryEventArgs : EventArgs

Constructors

| Improve this Doc View Source

CallbackQueryEventArgs(CallbackQuery)

Initializes a new instance of the CallbackQueryEventArgs class

Declaration
public CallbackQueryEventArgs(CallbackQuery callbackQuery)
Parameters
Type Name Description
CallbackQuery callbackQuery

The callback query

Properties

| Improve this Doc View Source

CallbackQuery

The incoming callback query

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