IncomingWebhook class abstract

IncomingWebhook

Properties:

  • id - The unique identifier for this incoming webhook
  • createAt - The time in milliseconds a incoming webhook was created
  • updateAt - The time in milliseconds a incoming webhook was last updated
  • deleteAt - The time in milliseconds a incoming webhook was deleted
  • channelId - The ID of a public channel or private group that receives the webhook payloads
  • description - The description for this incoming webhook
  • displayName - The display name for this incoming webhook

Constructors

IncomingWebhook([void updates(IncomingWebhookBuilder b)])
factory

Properties

channelId String?
The ID of a public channel or private group that receives the webhook payloads
no setter
createAt int?
The time in milliseconds a incoming webhook was created
no setter
deleteAt int?
The time in milliseconds a incoming webhook was deleted
no setter
description String?
The description for this incoming webhook
no setter
displayName String?
The display name for this incoming webhook
no setter
hashCode int
The hash code for this object.
no setterinherited
id String?
The unique identifier for this incoming webhook
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateAt int?
The time in milliseconds a incoming webhook was last updated
no setter

Methods

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