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

Update PinnedChannelMessages.php

This commit is contained in:
Daniil Gentili 2023-10-26 20:08:31 +02:00 committed by GitHub
parent 99b5177303
commit f903f626c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ use danog\MadelineProto\EventHandler\Pinned;
use danog\MadelineProto\MTProtoTools\DialogId;
/**
* Represents messages s were pinned/unpinned in a [channel/supergroup](https://core.telegram.org/api/channel).
* Represents messages that were pinned/unpinned in a [channel/supergroup](https://core.telegram.org/api/channel).
*/
final class PinnedChannelMessages extends Pinned
{