1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 10:34:38 +01:00

Update ChannelMessage.php

This commit is contained in:
Daniil Gentili 2023-08-30 12:22:53 +02:00 committed by GitHub
parent ecbf46ecf0
commit a7c4eec8aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,7 +78,7 @@ final class ChannelMessage extends Message
/** /**
* Get info about a [channel/supergroup](https://core.telegram.org/api/channel) participant * Get info about a [channel/supergroup](https://core.telegram.org/api/channel) participant
* *
* @param string|integer|null $member Participant to get info about. * @param string|integer $member Participant to get info about.
* @return Participant * @return Participant
* @throws AssertionError * @throws AssertionError
*/ */