InlineObject60 class abstract

InlineObject60

Properties:

  • id - ID of the post to update
  • isPinned - Set to true to pin the post to the channel it is in
  • message - The message text of the post
  • hasReactions - Set to true if the post has reactions to it
  • props - A general JSON property bag to attach to the post

Constructors

InlineObject60([void updates(InlineObject60Builder b)])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
hasReactions bool?
Set to true if the post has reactions to it
no setter
id String
ID of the post to update
no setter
isPinned bool?
Set to true to pin the post to the channel it is in
no setter
message String?
The message text of the post
no setter
props String?
A general JSON property bag to attach to the post
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(InlineObject60Builder)) InlineObject60
Rebuilds the instance.
inherited
toBuilder() InlineObject60Builder
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<InlineObject60>
no setter