Skip to main content

Channel

Class swibots.api.community.models.Channel

The Channel class represents a channel.

Properties

  • id (str): The channel's id.
  • name (str): The channel's name.
  • community_id (str): The channel's community id.
  • enabled_free (bool): Whether the channel is enabled for free users.
  • enabled_public (bool): Whether the channel is enabled for public users.
  • default_channel (bool): Whether the channel is the default channel.
  • is_public (bool): Whether the channel is public.
  • created_by (str): The channel's creator's id.
  • icon (str): The channel's icon.
  • channel_logo_url (str): The channel's logo url.
  • allowed_content (str): The channel's allowed content.
  • created_at (str): The channel's creation date.
  • updated_at (str): The channel's last update date.