@mtcute/core 0.12.2 → 0.12.5

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.
@@ -286,7 +286,7 @@ class TelegramClient extends events_1.default {
286
286
  this._client.onUpdate((0, parsed_js_1.makeParsedUpdateHandler)({
287
287
  messageGroupingInterval,
288
288
  onUpdate: (update) => {
289
- if (conversation_js_1.Conversation.handleUpdate(this._client, update) && skipConversationUpdates)
289
+ if (conversation_js_1.Conversation.handleUpdate(this, update) && skipConversationUpdates)
290
290
  return;
291
291
  this.emit('update', update);
292
292
  this.emit(update.name, update.data);