UpdateReadChannelInbox class

Update Read Channel Inbox.

ID: 922e6e10.

Inheritance

Constructors

UpdateReadChannelInbox({int? folderId, required int channelId, required int maxId, required int stillUnreadCount, required int pts})
Update Read Channel Inbox constructor.
const
UpdateReadChannelInbox.deserialize(BinaryReader reader)
Deserialize.
factory

Properties

channelId int
Channel Id.
final
flags int
Flags.
no setter
folderId int?
Folder Id.
final
hashCode int
The hash code for this object.
no setterinherited
maxId int
Max Id.
final
pts int
Pts.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stillUnreadCount int
Still Unread Count.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize(List<int> buffer) → void
Serialize.
override
toJson() Map<String, dynamic>
Converts an object to JSON.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited