Class CommandInfo
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 CommandInfo : HandlerInfoBase
Properties
| Improve this Doc View SourceAttributes
Declaration
public CommandAttribute Attributes { get; set; }
Property Value
Type | Description |
---|---|
CommandAttribute |
HiddenFromList
Declaration
public bool HiddenFromList { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |