InlineObject31 class abstract

InlineObject31

Properties:

  • emoji - Any emoji
  • text - Any custom status text
  • duration - Duration of custom status, can be thirty_minutes, one_hour, four_hours, today, this_week or date_and_time
  • expiresAt - The time at which custom status should be expired. It should be in ISO format.

Constructors

InlineObject31([void updates(InlineObject31Builder b)])
factory

Properties

duration String
Duration of custom status, can be thirty_minutes, one_hour, four_hours, today, this_week or date_and_time
no setter
emoji String
Any emoji
no setter
expiresAt String
The time at which custom status should be expired. It should be in ISO format.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
Any custom status text
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(InlineObject31Builder)) InlineObject31
Rebuilds the instance.
inherited
toBuilder() InlineObject31Builder
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<InlineObject31>
no setter