channel property

PartialTextChannel channel

The channel the user started typing in.

Implementation

PartialTextChannel get channel => gateway.client.channels[channelId] as PartialTextChannel;