updatesFor abstract method

Stream<void> updatesFor(
  1. ChatId id
)

Listens to the updates of DirectLinks for the provided ChatId while the returned Stream is listened to.

Implementation

Stream<void> updatesFor(ChatId id);