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
Some checks failed
ci/woodpecker/push/build Pipeline failed
Implement getInfo on updateChannelParticipant
This commit is contained in:
commit
b2955033fc
@ -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':
|
||||
|
Loading…
Reference in New Issue
Block a user