Skip to content

Commit 8add74e

Browse files
committed
Autoselect appropriate SystemCommand to execute Message field types.
Remove all dummy commands from library. This may break backwards compat!!
1 parent 32ad08b commit 8add74e

18 files changed

+18
-804
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
66
## [Unreleased]
77
### Added
88
### Changed
9+
- All Message field types dynamically search for an existing Command class that can handle them.
910
### Deprecated
1011
- Botan.io service has been discontinued.
1112
### Removed

src/Commands/SystemCommands/ChannelchatcreatedCommand.php

-48
This file was deleted.

src/Commands/SystemCommands/ChannelpostCommand.php

-47
This file was deleted.

src/Commands/SystemCommands/ChoseninlineresultCommand.php

-50
This file was deleted.

src/Commands/SystemCommands/DeletechatphotoCommand.php

-48
This file was deleted.

src/Commands/SystemCommands/EditedchannelpostCommand.php

-47
This file was deleted.

src/Commands/SystemCommands/EditedmessageCommand.php

-48
This file was deleted.

src/Commands/SystemCommands/GroupchatcreatedCommand.php

-48
This file was deleted.

src/Commands/SystemCommands/LeftchatmemberCommand.php

-48
This file was deleted.

0 commit comments

Comments
 (0)