- Namespace
- OpenTl
.Schema - Interfaces
- Implementing Types
graph TD
Interface0["IObject"]-.->Type
click Interface0 "/OpenTl.Schema/api/OpenTl.Schema/IObject"
Type["IBotCommand"]
class Type type-node
Type-.->Implementing0["TBotCommand"]
click Implementing0 "/OpenTl.Schema/api/OpenTl.Schema/TBotCommand"
Syntax
public interface IBotCommand : IObject
Properties
Name | Value | Summary |
---|---|---|
Command | string | |
CommandAsBinary | byte[] | |
Description | string | |
DescriptionAsBinary | byte[] |