InlineObject75 class abstract

InlineObject75

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 - Incoming webhook GUID
  • username - The username this incoming webhook will post as.
  • iconUrl - The profile picture this incoming webhook will use when posting.

Constructors

InlineObject75([void updates(InlineObject75Builder 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?
Incoming webhook GUID
no setter
iconUrl String?
The profile picture this incoming webhook will use when posting.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
username String?
The username this incoming webhook will post as.
no setter

Methods

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