Show / Hide Table of Contents

Class ChosenInlineResultEventArgs

Event args for a chosen inline result

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

Constructors

| Improve this Doc View Source

ChosenInlineResultEventArgs(ChosenInlineResult)

Initializes a new instance of the ChosenInlineResultEventArgs class

Declaration
public ChosenInlineResultEventArgs(ChosenInlineResult chosenInlineResult)
Parameters
Type Name Description
ChosenInlineResult chosenInlineResult

The chosen inline result

Properties

| Improve this Doc View Source

ChosenInlineResult

The chosen inline result

Declaration
public ChosenInlineResult ChosenInlineResult { get; set; }
Property Value
Type Description
ChosenInlineResult
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • ChosenInlineResultEventArgs(ChosenInlineResult)
  • Properties
    • ChosenInlineResult
Back to top Generated by DocFX