- Namespace
- OpenTl
.Schema .Messages - Interfaces
- Base Types
-
- object
graph TD
Base0["object"]-->Type
Interface0["IBotCallbackAnswer"]-.->Type
click Interface0 "/OpenTl.Schema/api/OpenTl.Schema.Messages/IBotCallbackAnswer"
Interface1["IObject"]-.->Type
click Interface1 "/OpenTl.Schema/api/OpenTl.Schema/IObject"
Type["TBotCallbackAnswer"]
class Type type-node
Syntax
[Serialize(0x36585ea4)]
public sealed class TBotCallbackAnswer : IBotCallbackAnswer, IObject
Attributes
| Type | Description |
|---|---|
| SerializeAttribute |
Properties
| Name | Value | Summary |
|---|---|---|
| Alert | bool | |
| CacheTime | int | |
| Flags | BitArray | |
| HasUrl | bool | |
| Message | string | |
| MessageAsBinary | byte[] |
Binary representation for the 'Message' property
|
| NativeUi | bool | |
| Url | string | |
| UrlAsBinary | byte[] |
Binary representation for the 'Url' property
|