@cloudflare/realtimekit 1.2.4-staging.9 → 1.2.4

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.
@@ -5036,7 +5036,7 @@ declare class Chat extends TypedEventEmitter<ChatEvents> {
5036
5036
  getMessagesByType(type: keyof typeof MessageType): Message[];
5037
5037
  pin(id: string): Promise<void>;
5038
5038
  unpin(id: string): Promise<void>;
5039
- fetchMessages({ timestamp, limit, direction, }: FetchMessageOptions): Promise<Message[]>;
5039
+ fetchPublicMessages({ timestamp, limit, direction, }: FetchMessageOptions): Promise<Message[]>;
5040
5040
  fetchPrivateMessages({ timestamp, limit, direction, userId, }: FetchPrivateMessagesOptions): Promise<Message[]>;
5041
5041
  fetchPinnedMessages({ timestamp, limit, direction, }: FetchMessageOptions): Promise<Message[]>;
5042
5042
  getMessages(timeStamp: number, size: number, reversed: boolean, offset?: number): Promise<{