ncloudchat 1.0.38 → 1.0.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/ncloudchat.d.ts CHANGED
@@ -569,9 +569,9 @@ declare module 'ncloudchat/Type' {
569
569
  * @interface
570
570
  */
571
571
  export interface MarkInput {
572
- userId: string;
573
- messageId: string;
574
- sortId: string;
572
+ user_id: string;
573
+ message_id: string;
574
+ sort_id: string;
575
575
  }
576
576
  /**
577
577
  * Interface for channel input.