Skip to content

Conversation

@sachinbahukhandi-cometchat
Copy link
Contributor

@sachinbahukhandi-cometchat sachinbahukhandi-cometchat commented Dec 23, 2025

Description

Related Issue(s)

Type of Change

  • Documentation correction/update
  • New documentation
  • Improvement to existing documentation
  • Typo fix
  • Other (please specify)

Checklist

  • I have read the CONTRIBUTING document
  • My branch name follows the naming convention
  • My changes follow the documentation style guide
  • I have checked for spelling and grammar errors
  • All links in my changes are valid and working
  • My changes are accurately described in this pull request

Additional Information

Screenshots (if applicable)

siva-cometchat
siva-cometchat previously approved these changes Dec 23, 2025
chat-apis.json Outdated
"type": "string",
"default": "custom",
"enum": [
"message",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is customCategorySchema. Do we need message here?

chat-apis.json Outdated
},
"type": {
"description": "Type of the message. The available values are text, image, file, audio, video.",
"description": "Type of the message. The available values are text, image, audio, video, file, customType.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

customType will be a fixed string here since we are using enum. we need input from the customer

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ketanyekale can we use here to indicate this as a placeholder for customType?

"type": "string",
"default": "custom",
"enum": [
"message",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does customCategorySchema need message?

},
"type": {
"description": "Type of the message. The available values are text, image, file, audio, video.",
"description": "Type of the message. The available values are text, image, audio, video, file, customType.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

5 participants