InlineObject76 class abstract

InlineObject76

Properties:

  • teamId - The ID of the team that the webhook watchs
  • displayName - The display name for this outgoing webhook
  • triggerWords - List of words for the webhook to trigger on
  • callbackUrls - The URLs to POST the payloads to when the webhook is triggered
  • channelId - The ID of a public channel that the webhook watchs
  • creatorId - The ID of the owner of the webhook if different than the requester. Required in local mode.
  • description - The description for this outgoing webhook
  • triggerWhen - When to trigger the webhook, 0 when a trigger word is present at all and 1 if the message starts with a trigger word
  • contentType - The format to POST the data in, either application/json or application/x-www-form-urlencoded

Constructors

InlineObject76([void updates(InlineObject76Builder b)])
factory

Properties

callbackUrls → BuiltList<String>
The URLs to POST the payloads to when the webhook is triggered
no setter
channelId String?
The ID of a public channel that the webhook watchs
no setter
contentType String?
The format to POST the data in, either application/json or application/x-www-form-urlencoded
no setter
creatorId String?
The ID of the owner of the webhook if different than the requester. Required in local mode.
no setter
description String?
The description for this outgoing webhook
no setter
displayName String
The display name for this outgoing webhook
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
teamId String
The ID of the team that the webhook watchs
no setter
triggerWhen int?
When to trigger the webhook, 0 when a trigger word is present at all and 1 if the message starts with a trigger word
no setter
triggerWords → BuiltList<String>
List of words for the webhook to trigger on
no setter

Methods

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