- Namespace
- OpenTl
.Schema - Interfaces
- Base Types
-
- object
graph TD
Base0["object"]-->Type
Interface0["IUpdates"]-.->Type
click Interface0 "/OpenTl.Schema/api/OpenTl.Schema/IUpdates"
Interface1["IObject"]-.->Type
click Interface1 "/OpenTl.Schema/api/OpenTl.Schema/IObject"
Type["TUpdateShortChatMessage"]
class Type type-node
Syntax
[Serialize(0x16812688)]
public sealed class TUpdateShortChatMessage : IUpdates, IObject
Attributes
Type | Description |
---|---|
SerializeAttribute |
Properties
Name | Value | Summary |
---|---|---|
ChatId | int | |
Date | int | |
Entities | TVector |
|
Flags | BitArray | |
FromId | int | |
FwdFrom | IMessageFwdHeader | |
Id | int | |
MediaUnread | bool | |
Mentioned | bool | |
Message | string | |
MessageAsBinary | byte[] |
Binary representation for the 'Message' property
|
Out | bool | |
Pts | int | |
PtsCount | int | |
ReplyToMsgId | int | |
Silent | bool | |
ViaBotId | int |