CharShort

class characterai.types.character.CharShort

Краткая информация о персонаже

Parameters:
  • external_id (str) – Character ID

  • title (str, optional) – Short character description

  • name (str, optional) – Character name

  • greeting (str) – Character greeting (first message)

  • description (str, optional) – Character description

  • avatar_file_name (str) – Path to the avatar on the server

  • avatar (Avatar) – Avatar info

  • visibility (str, optional) – Character visibility (everyone, you or from link)

  • copyable (bool, optional) – Can other users copy a character

  • participant__name (str) – Character name, same as name

  • user__id (int, optional) – Author ID (?)

  • user__username (str) – Author nickname

  • img_gen_enabled (bool) – Can the character generate pictures

  • participant__num_interactions (int, optional) – Number of interactions (chats) with the character

  • default_voice_id (str, optional) – Default voice ID

  • upvotes (int, optional) – Number of likes

  • max_last_interaction (datetime, optional) – Maximum time of the last interaction with the character (?)