InlineObject103 class abstract

InlineObject103

Properties:

  • url - The URL to send the submitted dialog payload to
  • channelId - Channel ID the user submitted the dialog from
  • teamId - Team ID the user submitted the dialog from
  • submission - String map where keys are element names and values are the element input values
  • callbackId - Callback ID sent when the dialog was opened
  • state - State sent when the dialog was opened
  • cancelled - Set to true if the dialog was cancelled

Constructors

InlineObject103([void updates(InlineObject103Builder b)])
factory

Properties

callbackId String?
Callback ID sent when the dialog was opened
no setter
cancelled bool?
Set to true if the dialog was cancelled
no setter
channelId String
Channel ID the user submitted the dialog from
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
state String?
State sent when the dialog was opened
no setter
submission → JsonObject
String map where keys are element names and values are the element input values
no setter
teamId String
Team ID the user submitted the dialog from
no setter
url String
The URL to send the submitted dialog payload to
no setter

Methods

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