export interface RPCGetChannelResultData
See also: https://discord.com/developers/docs/topics/rpc#getchannel-get-channel-response-structure
optionalexternalnumber bitrate? :
(voice) bitrate of voice channel
externalSnowflake guild_id :
Channel's guild id
externalSnowflake id :
Channel id
optionalexternalAPIMessage[] messages? :
(text) channel's messages
externalstring name :
Channel name
externalnumber position :
Position of channel in channel list
optionalexternalstring topic? :
(text) channel topic
externalChannelType type :
Channel type
optionalexternalnumber user_limit? :
(voice) user limit of voice channel (0 for none)
optionalexternalAPIVoiceState[] voice_states? :
(voice) channel's voice states