Class ActionInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: TelegramModularFramework.Modules
Assembly: TelegramModularFramework.dll
Syntax
public class ActionInfo : HandlerInfoBase
Properties
| Improve this Doc View SourceAttributes
Declaration
public ActionAttribute Attributes { get; set; }
Property Value
Type | Description |
---|---|
ActionAttribute |
WithArgs
Declaration
public bool WithArgs { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |