FollowedChannel class

Information about a channel which has been followed.

Properties

channel PartialChannel
The followed channel.
no setter
channelId Snowflake
The ID of the channel that has been followed.
final
hashCode int
The hash code for this object.
no setterinherited
manager ChannelManager
The manager for this FollowedChannel.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
webhook PartialWebhook
The webhook created in the subscriber channel.
no setter
webhookId Snowflake
The ID of the webhook created in the subscriber channel.
final

Methods

defaultToString() String
Same as toString, but only called when dart:mirrors is not available.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited