Type alias ChatFeaturesParams

ChatFeaturesParams: {
    allow_chat: boolean;
    allow_file_upload: boolean;
    allowed_file_types: string[];
    max_file_size: number;
}

Type declaration

  • allow_chat: boolean
  • allow_file_upload: boolean
  • allowed_file_types: string[]
  • max_file_size: number