Update channel participants on Chat Action
authorPeter Bui <pbui@bx612.space>
local dateFri, 19 Jul 2019 16:42:42
dateFri, 19 Jul 2019 14:42:42
hashb2f185685325aa61a06179c5079a49f837f12a2f
Update channel participants on Chat Action


get_entity does not work reliable (for new users), but get_participants
does, so simply call get_participants on ChatAction. This must happen
before we perform user resolution to ensure the information is in the
cache.
1 file(s) changed:
irtelegramd.py +41 -31