View Source Telegex.Type.Chat (Telegex v1.2.1)

This object represents a chat.

Link to this section Summary

Link to this section Types

@type t() :: %Telegex.Type.Chat{
  active_usernames: [String.t()] | nil,
  bio: String.t() | nil,
  can_set_sticker_set: boolean() | nil,
  description: String.t() | nil,
  emoji_status_custom_emoji_id: String.t() | nil,
  emoji_status_expiration_date: integer() | nil,
  first_name: String.t() | nil,
  has_aggressive_anti_spam_enabled: boolean() | nil,
  has_hidden_members: boolean() | nil,
  has_private_forwards: boolean() | nil,
  has_protected_content: boolean() | nil,
  has_restricted_voice_and_video_messages: boolean() | nil,
  id: integer(),
  invite_link: String.t() | nil,
  is_forum: boolean() | nil,
  join_by_request: boolean() | nil,
  join_to_send_messages: boolean() | nil,
  last_name: String.t() | nil,
  linked_chat_id: integer() | nil,
  location: Telegex.Type.ChatLocation.t() | nil,
  message_auto_delete_time: integer() | nil,
  permissions: Telegex.Type.ChatPermissions.t() | nil,
  photo: Telegex.Type.ChatPhoto.t() | nil,
  pinned_message: Telegex.Type.Message.t() | nil,
  slow_mode_delay: integer() | nil,
  sticker_set_name: String.t() | nil,
  title: String.t() | nil,
  type: String.t(),
  username: String.t() | nil
}