Elixir v0.2.0 Nostrum.Struct.Guild.TextChannel
Struct representing a Discord text channel.
Summary
Types
The id of the channel’s guild
The channe’s id
Whether the channel is private
Id of the last message sent
The name of the channel
The list of overwrites
The ordered position of the channel
Current channel topic
The type of channel: ‘Text’ or ‘Voice’
Types
The name of the channel
The list of overwrites
t()
t() :: %Nostrum.Struct.Guild.TextChannel{guild_id: guild_id, id: id, is_private: is_private, last_message_id: last_message_id, name: name, permission_overwrites: permission_overwrites, position: position, topic: topic, type: type}
Current channel topic
The type of channel: ‘Text’ or ‘Voice’