MessagesUpdatePinnedMessage class

Messages Update Pinned Message.

Return Type: UpdatesBase. ID: d2aaf7ec.

Inheritance

Constructors

MessagesUpdatePinnedMessage({required bool silent, required bool unpin, required bool pmOneside, required InputPeerBase peer, required int id})
Messages Update Pinned Message constructor.
const
MessagesUpdatePinnedMessage.deserialize(BinaryReader reader)
Deserialize.
factory

Properties

flags int
Flags.
no setter
hashCode int
The hash code for this object.
no setterinherited
id int
Id.
final
peer InputPeerBase
Peer.
final
pmOneside bool
pm_oneside: bit 2 of flags.2?true
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
silent bool
silent: bit 0 of flags.0?true
final
unpin bool
unpin: bit 1 of flags.1?true
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