InlineObject61 class abstract

InlineObject61

Properties:

  • isPinned - Set to true to pin the post to the channel it is in
  • message - The message text of the post
  • fileIds - The list of files attached to this post
  • hasReactions - Set to true if the post has reactions to it
  • props - A general JSON property bag to attach to the post

Constructors

InlineObject61([void updates(InlineObject61Builder b)])
factory

Properties

fileIds → BuiltList<String>?
The list of files attached to this post
no setter
hashCode int
The hash code for this object.
no setterinherited
hasReactions bool?
Set to true if the post has reactions to it
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(InlineObject61Builder)) InlineObject61
Rebuilds the instance.
inherited
toBuilder() InlineObject61Builder
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<InlineObject61>
no setter