IBotCommand Interface

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[]

Extension Methods

Name Value Summary
As<T>() T
From Utils
Is<T>() T
From Utils
IsEmpty() bool
From Utils