ExTwitch v0.0.1 ExTwitch.Channel

Summary

Types

t()
t() :: %ExTwitch.Channel{_id: integer, broadcaster_language: binary, created_at: binary, display_name: binary, followers: binary, game: binary, language: binary, logo: binary, mature: boolean, name: binary, partner: boolean, profile_banner: binary, profile_banner_background_color: binary, status: binary, updated_at: binary, url: binary, video_banner: binary, views: integer}

Functions

channel(client)
channel(ExTwitch.Client.t) :: {term, t}
channel(channel_id, client \\ %ExTwitch.Client{})
channel(integer, ExTwitch.Client.t) :: {term, t}
update_channel(channel_id, options, client)
update_channel(integer, map, ExTwitch.Client.t) :: {term, t}