MessagesGetDhConfig class

Messages Get Dh Config.

Return Type: MessagesDhConfigBase. ID: 26cf8950.

Inheritance

Constructors

MessagesGetDhConfig({required int version, required int randomLength})
Messages Get Dh Config constructor.
const
MessagesGetDhConfig.deserialize(BinaryReader reader)
Deserialize.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
randomLength int
Random Length.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version int
Version.
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