TUpdateShortChatMessage Class

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<IMessageEntity>
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

Extension Methods

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