export interface RPCGetChannelResultData
See also: https://discord.com/developers/docs/topics/rpc#getchannel-get-channel-response-structure
optionalnumber bitrate? :
(voice) bitrate of voice channel
Snowflake guild_id :
Channel's guild id
Snowflake id :
Channel id
optionalAPIMessage[] messages? :
(text) channel's messages
string name :
Channel name
number position :
Position of channel in channel list
optionalstring topic? :
(text) channel topic
ChannelType type :
Channel type
optionalnumber user_limit? :
(voice) user limit of voice channel (0 for none)
optionalAPIVoiceState[] voice_states? :
(voice) channel's voice states