1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-02 14:37:48 +01:00

Merge pull request #1258 from giuseppedima/updateChannelParticipant
Some checks failed
ci/woodpecker/push/build Pipeline failed

Implement getInfo on updateChannelParticipant
This commit is contained in:
Daniil Gentili 2022-11-12 01:27:13 +01:00 committed by GitHub
commit b2955033fc
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':