1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-22 18:51:13 +01:00

Added missing constructor updateChannelParticipant

This commit is contained in:
Giuseppe Di Martino 2022-11-12 01:14:47 +01:00 committed by GitHub
parent 67a78c9d32
commit d52c7b77e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -381,6 +381,7 @@ trait PeerHandler
return $id['user_id'];
case 'inputChannelFromMessage':
case 'inputPeerChannelFromMessage':
case 'updateChannelParticipant':
return $this->toSupergroup($id['channel_id']);
case 'inputUserSelf':
case 'inputPeerSelf':