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 SourceChosenInlineResultEventArgs(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 SourceChosenInlineResult
The chosen inline result
Declaration
public ChosenInlineResult ChosenInlineResult { get; set; }
Property Value
Type | Description |
---|---|
ChosenInlineResult |