InlineObject77 class abstract

InlineObject77

Properties:

  • channelId - The ID of a public channel or private group that receives the webhook payloads.
  • displayName - The display name for this incoming webhook
  • description - The description for this incoming webhook
  • hookId - Outgoing webhook GUID

Constructors

InlineObject77([void updates(InlineObject77Builder b)])
factory

Properties

channelId String
The ID of a public channel or private group that receives the webhook payloads.
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
hookId String?
Outgoing webhook GUID
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(InlineObject77Builder)) InlineObject77
Rebuilds the instance.
inherited
toBuilder() InlineObject77Builder
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<InlineObject77>
no setter