ncloudchat 1.0.65 → 1.0.66

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.
@@ -701,9 +701,9 @@ declare module 'ncloudchat/Type' {
701
701
  */
702
702
  export interface PinInput {
703
703
  pinned: boolean;
704
- messageId: string;
705
- pinnedAt: string;
706
- expiredAt: string;
704
+ messageId?: string;
705
+ pinnedAt?: string;
706
+ expiredAt?: string;
707
707
  }
708
708
 
709
709
  }