본문으로 건너뛰기

CreateMessageCommentParam

Index

Enumerations

body_type

body_type:

Whether or not to use rich styles.

  • plain: The content value will be parsed as plaintext.
  • json_string: The content value will be parsed as an object representing a rich-formatted text.

JSON_STRING

JSON_STRING: json_string

PLAIN

PLAIN: plain

external_asset_type

external_asset_type:

The storage type of the attached file.

  • google_drive: Google Drive files.
  • gcp_storage: All other types of files.

GCP_STORAGE

GCP_STORAGE: gcp_storage

GOOGLE_DRIVE

GOOGLE_DRIVE: google_drive