InlineObject74 class abstract

InlineObject74

Properties:

  • channelId - The ID of a public channel or private group that receives the webhook payloads.
  • userId - The ID of the owner of the webhook if different than the requester. Required for local mode.
  • displayName - The display name for this incoming webhook
  • description - The description for this incoming webhook
  • username - The username this incoming webhook will post as.
  • iconUrl - The profile picture this incoming webhook will use when posting.

Constructors

InlineObject74([void updates(InlineObject74Builder 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
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
userId String?
The ID of the owner of the webhook if different than the requester. Required for local mode.
no setter
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(InlineObject74Builder)) InlineObject74
Rebuilds the instance.
inherited
toBuilder() InlineObject74Builder
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<InlineObject74>
no setter