mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-23 07:51:14 +01:00
Fix
This commit is contained in:
parent
7dfe57a4dc
commit
863b549508
2
docs
2
docs
@ -1 +1 @@
|
||||
Subproject commit 6fa703eedff735857dd25b199b11a10006c96ff6
|
||||
Subproject commit 93edb7b7c0ea42f3ac0787f3d72cb8e556c39658
|
@ -1 +1 @@
|
||||
Subproject commit 266aaf96b3988cb63e0e195460344a3c57915208
|
||||
Subproject commit 17b6b909fe713869df03ae1d39619ddd16f1ad17
|
@ -16,6 +16,7 @@
|
||||
|
||||
namespace danog\MadelineProto\EventHandler;
|
||||
|
||||
use danog\MadelineProto\EventHandler\SimpleFilter\Ended;
|
||||
use danog\MadelineProto\EventHandler\SimpleFilter\FromAdmin;
|
||||
use danog\MadelineProto\EventHandler\SimpleFilter\HasAudio;
|
||||
use danog\MadelineProto\EventHandler\SimpleFilter\HasDocument;
|
||||
@ -37,6 +38,6 @@ use danog\MadelineProto\EventHandler\SimpleFilter\Outgoing;
|
||||
/**
|
||||
* @internal An internal interface used to avoid type errors when using simple filters.
|
||||
*/
|
||||
interface SimpleFilters extends Incoming, Outgoing, FromAdmin, HasAudio, HasDocument, HasDocumentPhoto, HasGif, HasMedia, HasNoMedia, HasPhoto, HasRoundVideo, HasSticker, HasVideo, HasVoice, IsForwarded, IsReply, IsReplyToSelf
|
||||
interface SimpleFilters extends Incoming, Outgoing, FromAdmin, HasAudio, HasDocument, HasDocumentPhoto, HasGif, HasMedia, HasNoMedia, HasPhoto, HasRoundVideo, HasSticker, HasVideo, HasVoice, IsForwarded, IsReply, IsReplyToSelf, Ended
|
||||
{
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user