InlineResponse2008 class abstract

InlineResponse2008

Properties:

  • status - Value should be "OK" if successful
  • lastViewedAtTimes - A JSON object mapping channel IDs to the channel view times

Constructors

InlineResponse2008([void updates(InlineResponse2008Builder b)])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
lastViewedAtTimes → JsonObject?
A JSON object mapping channel IDs to the channel view times
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
Value should be "OK" if successful
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(InlineResponse2008Builder)) InlineResponse2008
Rebuilds the instance.
inherited
toBuilder() InlineResponse2008Builder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<InlineResponse2008>
no setter