MessagesSetChatWallPaper class

Messages Set Chat Wall Paper.

Return Type: UpdatesBase. ID: 8ffacae1.

Inheritance

Constructors

MessagesSetChatWallPaper({required bool forBoth, required bool revert, required InputPeerBase peer, InputWallPaperBase? wallpaper, WallPaperSettingsBase? settings, int? id})
Messages Set Chat Wall Paper constructor.
const
MessagesSetChatWallPaper.deserialize(BinaryReader reader)
Deserialize.
factory

Properties

flags → int
Flags.
no setter
forBoth → bool
for_both: bit 3 of flags.3?true
final
hashCode → int
The hash code for this object.
no setterinherited
id → int?
Id.
final
peer → InputPeerBase
Peer.
final
revert → bool
revert: bit 4 of flags.4?true
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
settings → WallPaperSettingsBase?
Settings.
final
wallpaper → InputWallPaperBase?
Wallpaper.
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