telegram icon indicating copy to clipboard operation
telegram copied to clipboard

Sync chats with relaybot

Open tulir opened this issue 7 years ago • 4 comments

In rooms with no authenticated users, this means that the member list and such aren't updated except for join/leave events and messages.

tulir avatar May 21 '18 15:05 tulir

A bot can't get the member list, so I don't think there's a way to fix this?

f0x52 avatar May 21 '18 15:05 f0x52

At least using the full API they can. I don't use a separate bot api library because I can just use the full API and share much more code with real users. However, they can't get the list of chats which they are a member of, so I couldn't simply use the same dialog sync code as I do for real users.

tulir avatar May 21 '18 16:05 tulir

If the API is available to the bot, could this be done on a cron-like basis? Preferably configurable as that?

ShadowJonathan avatar Apr 02 '22 20:04 ShadowJonathan

#95

tulir avatar Apr 02 '22 20:04 tulir