InlineObject58 class abstract

InlineObject58

Properties:

  • channelId - The channel ID to post in
  • message - The message contents, can be formatted with Markdown
  • rootId - The post ID to comment on
  • fileIds - A list of file IDs to associate with the post. Note that posts are limited to 5 files maximum. Please use additional posts for more files.
  • props - A general JSON property bag to attach to the post

Constructors

InlineObject58([void updates(InlineObject58Builder b)])
factory

Properties

channelId String
The channel ID to post in
no setter
fileIds → BuiltList<String>?
A list of file IDs to associate with the post. Note that posts are limited to 5 files maximum. Please use additional posts for more files.
no setter
hashCode int
The hash code for this object.
no setterinherited
message String
The message contents, can be formatted with Markdown
no setter
props → JsonObject?
A general JSON property bag to attach to the post
no setter
rootId String?
The post ID to comment on
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(InlineObject58Builder)) InlineObject58
Rebuilds the instance.
inherited
toBuilder() InlineObject58Builder
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<InlineObject58>
no setter