Show / Hide Table of Contents

Class UpdateEventArgs

Event args for a new update received by the bot

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

Constructors

| Improve this Doc View Source

UpdateEventArgs(Update)

Initializes a new instance of the UpdateEventArgs class

Declaration
public UpdateEventArgs(Update update)
Parameters
Type Name Description
Update update

The update

Properties

| Improve this Doc View Source

Update

The new update received by the bot

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