InlineObject25 class abstract

InlineObject25

Properties:

  • channelId - The id of the channel to which to direct the typing event.
  • parentId - The optional id of the root post of the thread to which the user is replying. If unset, the typing event is directed at the entire channel.

Constructors

InlineObject25([void updates(InlineObject25Builder b)])
factory

Properties

channelId String
The id of the channel to which to direct the typing event.
no setter
hashCode int
The hash code for this object.
no setterinherited
parentId String?
The optional id of the root post of the thread to which the user is replying. If unset, the typing event is directed at the entire channel.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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