CommandFetchHistory class
Constructors
- CommandFetchHistory({required String target, required String? before_msgid, required int limit})
-
const
-
CommandFetchHistory.fromJson(Map<
String, dynamic> json) -
factory
Properties
- before_msgid → String?
-
Fetch messages older than the message with this id.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- limit → int
-
How many to ask for.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- target → String
-
The channel or person.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited