Moved Payment objects

This commit is contained in:
netkas 2024-10-04 15:09:07 -04:00
parent 0662c64ed6
commit 02dedd3e03
13 changed files with 18 additions and 10 deletions

View file

@ -4,6 +4,9 @@
namespace TgBotLib\Objects;
use TgBotLib\Interfaces\ObjectTypeInterface;
use TgBotLib\Objects\Payments\Invoice;
use TgBotLib\Objects\Payments\RefundedPayment;
use TgBotLib\Objects\Payments\SuccessfulPayment;
class Message extends MaybeInaccessibleMessage implements ObjectTypeInterface
{