ChannelMethods class final

Constructors

ChannelMethods(Snowflake id)

Properties

dataStoreChannel → ChannelPart
no setter
hashCode int
The hash code for this object.
no setterinherited
id Snowflake
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

delete(String? reason) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
send({Snowflake? guildId, String? content, List<MessageEmbed>? embeds, Poll? poll, List<MessageComponent>? components}) Future<void>
setBitrate(int bitrate, String? reason) Future<void>
setCategory(String categoryId, String? reason) Future<void>
setDefaultAutoArchiveDuration(int defaultAutoArchiveDuration, String? reason) Future<void>
setDefaultThreadRateLimitPerUser(int value, String? reason) Future<void>
setDescription(String description, String? reason) Future<void>
setName(String name, String? reason) Future<void>
setNsfw(bool nsfw, String? reason) Future<void>
setPosition(int position, String? reason) Future<void>
setRateLimitPerUser(int rateLimitPerUser, String? reason) Future<void>
setRtcRegion(String rtcRegion, String? reason) Future<void>
setUserLimit(int userLimit, String? reason) Future<void>
setVideoQuality(VideoQuality quality, String? reason) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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