Class EditedChannelPostEventArgs
Event args for an edited channel post
Inheritance
System.Object
System.EventArgs
EditedChannelPostEventArgs
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 EditedChannelPostEventArgs : EventArgs
Constructors
| Improve this Doc View SourceEditedChannelPostEventArgs(Message)
Initializes a new instance of the EditedChannelPostEventArgs class
Declaration
public EditedChannelPostEventArgs(Message editedChannelPost)
Parameters
Type | Name | Description |
---|---|---|
Message | editedChannelPost | The edited message in the channel |
Properties
| Improve this Doc View SourceEditedChannelPost
The edited message in the channel
Declaration
public Message EditedChannelPost { get; set; }
Property Value
Type | Description |
---|---|
Message |