getChannel(
    channelId: string,
    params?: GeneralChannelParameters
  ): Promise<PnutResponse<Channel>> {
    return this.get(`/channels/${channelId}`, params)