def __init__(self, channel_id: str, updater: Updater, store: IdStore): super().__init__(channel_id, updater) self.store = store