Channel
- class Channel()
Shared channel data available before narrowing to a concrete channel class. Prefer the
discord.is*Channel()guards or aChannelTypecomparison before calling methods that only exist on text, voice, forum, or thread channels.exported from
lib.weeble.d- Implements:
Properties
- Channel.createdAt
-
When this channel was created, decoded from the channel snowflake.
- Channel.type
type: readonly
ChannelTypeThe type of this channel — use this to narrow to the correct subclass.
Methods