-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathTelegramApiManager.php
411 lines (342 loc) · 17.7 KB
/
TelegramApiManager.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
<?php
declare(strict_types=1);
namespace PHPTCloud\TelegramApi;
use PHPTCloud\TelegramApi\Argument\Interfaces\DataObject\BanChatMemberArgumentInterface;
use PHPTCloud\TelegramApi\Argument\Interfaces\DataObject\ChatIdArgumentInterface;
use PHPTCloud\TelegramApi\Argument\Interfaces\DataObject\CopyMessageArgumentInterface;
use PHPTCloud\TelegramApi\Argument\Interfaces\DataObject\CopyMessagesArgumentInterface;
use PHPTCloud\TelegramApi\Argument\Interfaces\DataObject\DeleteChatStickerSetArgumentInterface;
use PHPTCloud\TelegramApi\Argument\Interfaces\DataObject\DeleteMessageArgumentInterface;
use PHPTCloud\TelegramApi\Argument\Interfaces\DataObject\DeleteMessagesArgumentInterface;
use PHPTCloud\TelegramApi\Argument\Interfaces\DataObject\DeleteMyCommandsArgumentInterface;
use PHPTCloud\TelegramApi\Argument\Interfaces\DataObject\EditMessageCaptionArgumentInterface;
use PHPTCloud\TelegramApi\Argument\Interfaces\DataObject\EditMessageMediaArgumentInterface;
use PHPTCloud\TelegramApi\Argument\Interfaces\DataObject\EditMessageTextArgumentInterface;
use PHPTCloud\TelegramApi\Argument\Interfaces\DataObject\ExportChatInviteLinkArgumentInterface;
use PHPTCloud\TelegramApi\Argument\Interfaces\DataObject\ForwardMessageArgumentInterface;
use PHPTCloud\TelegramApi\Argument\Interfaces\DataObject\ForwardMessagesArgumentInterface;
use PHPTCloud\TelegramApi\Argument\Interfaces\DataObject\GetChatMemberArgumentInterface;
use PHPTCloud\TelegramApi\Argument\Interfaces\DataObject\GetChatMenuButtonArgumentInterface;
use PHPTCloud\TelegramApi\Argument\Interfaces\DataObject\GetFileArgumentInterface;
use PHPTCloud\TelegramApi\Argument\Interfaces\DataObject\GetMyCommandsArgumentInterface;
use PHPTCloud\TelegramApi\Argument\Interfaces\DataObject\GetMyDefaultAdministratorRightsArgumentInterface;
use PHPTCloud\TelegramApi\Argument\Interfaces\DataObject\GetMyDescriptionArgumentInterface;
use PHPTCloud\TelegramApi\Argument\Interfaces\DataObject\GetMyNameArgumentInterface;
use PHPTCloud\TelegramApi\Argument\Interfaces\DataObject\GetMyShortDescriptionArgumentInterface;
use PHPTCloud\TelegramApi\Argument\Interfaces\DataObject\MessageArgumentInterface;
use PHPTCloud\TelegramApi\Argument\Interfaces\DataObject\RevokeChatInviteLinkArgumentInterface;
use PHPTCloud\TelegramApi\Argument\Interfaces\DataObject\SendAnimationArgumentInterface;
use PHPTCloud\TelegramApi\Argument\Interfaces\DataObject\SendAudioArgumentInterface;
use PHPTCloud\TelegramApi\Argument\Interfaces\DataObject\SendChatActionArgumentInterface;
use PHPTCloud\TelegramApi\Argument\Interfaces\DataObject\SendContactArgumentInterface;
use PHPTCloud\TelegramApi\Argument\Interfaces\DataObject\SendDocumentArgumentInterface;
use PHPTCloud\TelegramApi\Argument\Interfaces\DataObject\SendMediaGroupArgumentInterface;
use PHPTCloud\TelegramApi\Argument\Interfaces\DataObject\SendPhotoArgumentInterface;
use PHPTCloud\TelegramApi\Argument\Interfaces\DataObject\SendVenueArgumentInterface;
use PHPTCloud\TelegramApi\Argument\Interfaces\DataObject\SendVideoArgumentInterface;
use PHPTCloud\TelegramApi\Argument\Interfaces\DataObject\SendVideoNoteArgumentInterface;
use PHPTCloud\TelegramApi\Argument\Interfaces\DataObject\SendVoiceArgumentInterface;
use PHPTCloud\TelegramApi\Argument\Interfaces\DataObject\SetChatAdministratorCustomTitleArgumentInterface;
use PHPTCloud\TelegramApi\Argument\Interfaces\DataObject\SetChatDescriptionArgumentInterface;
use PHPTCloud\TelegramApi\Argument\Interfaces\DataObject\SetChatMenuButtonArgumentInterface;
use PHPTCloud\TelegramApi\Argument\Interfaces\DataObject\SetChatPhotoArgumentInterface;
use PHPTCloud\TelegramApi\Argument\Interfaces\DataObject\SetChatTitleArgumentInterface;
use PHPTCloud\TelegramApi\Argument\Interfaces\DataObject\SetMessageReactionArgumentInterface;
use PHPTCloud\TelegramApi\Argument\Interfaces\DataObject\SetMyCommandsArgumentInterface;
use PHPTCloud\TelegramApi\Argument\Interfaces\DataObject\SetMyDefaultAdministratorRightsArgumentInterface;
use PHPTCloud\TelegramApi\Argument\Interfaces\DataObject\SetMyDescriptionArgumentInterface;
use PHPTCloud\TelegramApi\Argument\Interfaces\DataObject\SetMyNameArgumentInterface;
use PHPTCloud\TelegramApi\Argument\Interfaces\DataObject\SetMyShortDescriptionArgumentInterface;
use PHPTCloud\TelegramApi\Argument\Interfaces\DataObject\UnbanChatMemberArgumentInterface;
use PHPTCloud\TelegramApi\DomainService\Interfaces\Factory\ChatDomainServiceFactoryInterface;
use PHPTCloud\TelegramApi\DomainService\Interfaces\Factory\FileDomainServiceFactoryInterface;
use PHPTCloud\TelegramApi\DomainService\Interfaces\Factory\MessageDomainServiceFactoryInterface;
use PHPTCloud\TelegramApi\DomainService\Interfaces\Factory\TelegramBotDomainServiceFactoryInterface;
use PHPTCloud\TelegramApi\DomainService\Interfaces\Service\ChatDomainServiceInterface;
use PHPTCloud\TelegramApi\DomainService\Interfaces\Service\FileDomainServiceInterface;
use PHPTCloud\TelegramApi\DomainService\Interfaces\Service\MessageDomainServiceInterface;
use PHPTCloud\TelegramApi\DomainService\Interfaces\Service\TelegramBotDomainServiceInterface;
use PHPTCloud\TelegramApi\DomainService\Interfaces\ValueObject\UrlValueObjectInterface;
use PHPTCloud\TelegramApi\Type\DataObject\MessageId;
use PHPTCloud\TelegramApi\Type\Interfaces\DataObject\BotDescriptionInterface;
use PHPTCloud\TelegramApi\Type\Interfaces\DataObject\BotNameInterface;
use PHPTCloud\TelegramApi\Type\Interfaces\DataObject\BotShortDescriptionInterface;
use PHPTCloud\TelegramApi\Type\Interfaces\DataObject\ChatAdministratorRightsInterface;
use PHPTCloud\TelegramApi\Type\Interfaces\DataObject\ChatInterface;
use PHPTCloud\TelegramApi\Type\Interfaces\DataObject\ChatInviteLinkInterface;
use PHPTCloud\TelegramApi\Type\Interfaces\DataObject\ChatMemberInterface;
use PHPTCloud\TelegramApi\Type\Interfaces\DataObject\FileInterface;
use PHPTCloud\TelegramApi\Type\Interfaces\DataObject\MenuButtonCommandsInterface;
use PHPTCloud\TelegramApi\Type\Interfaces\DataObject\MenuButtonDefaultInterface;
use PHPTCloud\TelegramApi\Type\Interfaces\DataObject\MenuButtonWebAppInterface;
use PHPTCloud\TelegramApi\Type\Interfaces\DataObject\MessageInterface;
use PHPTCloud\TelegramApi\Type\Interfaces\DataObject\UserInterface;
/**
* @author Юдов Алексей tcloud.ax@gmail.com
*/
class TelegramApiManager implements TelegramApiManagerInterface
{
private ?string $host = self::TELEGRAM_API_HOST;
private ?MessageDomainServiceInterface $messageDomainService = null;
private ?TelegramBotDomainServiceInterface $telegramBotDomainService = null;
private ?ChatDomainServiceInterface $chatDomainService = null;
private ?FileDomainServiceInterface $fileDomainService = null;
public function __construct(
private readonly TelegramBotInterface $bot,
private readonly TelegramBotDomainServiceFactoryInterface $telegramBotDomainServiceFactory,
private readonly MessageDomainServiceFactoryInterface $messageDomainServiceFactory,
private readonly ChatDomainServiceFactoryInterface $chatDomainServiceFactory,
private readonly FileDomainServiceFactoryInterface $fileDomainServiceFactory,
) {
}
public function setTelegramApiHost(string $host): void
{
$this->host = $host;
}
public function getBot(): TelegramBotInterface
{
return $this->bot;
}
public function getMe(): UserInterface
{
return $this->getTelegramBotDomainService()->getMe();
}
public function logOut(): bool
{
return $this->getTelegramBotDomainService()->logOut();
}
public function close(): bool
{
return $this->getTelegramBotDomainService()->close();
}
public function sendMessage(MessageArgumentInterface $argument): MessageInterface
{
return $this->getMessageDomainService()->sendMessage($argument);
}
public function forwardMessage(ForwardMessageArgumentInterface $argument): MessageInterface
{
return $this->getMessageDomainService()->forwardMessage($argument);
}
public function forwardMessages(ForwardMessagesArgumentInterface $argument, bool $sortIds = false): array
{
return $this->getMessageDomainService()->forwardMessages($argument, $sortIds);
}
public function copyMessage(CopyMessageArgumentInterface $argument): MessageId
{
return $this->getMessageDomainService()->copyMessage($argument);
}
public function copyMessages(CopyMessagesArgumentInterface $argument, bool $sortIds = false): array
{
return $this->getMessageDomainService()->copyMessages($argument, $sortIds);
}
public function sendPhoto(SendPhotoArgumentInterface $argument): MessageInterface
{
return $this->getMessageDomainService()->sendPhoto($argument);
}
public function sendAudio(SendAudioArgumentInterface $argument): MessageInterface
{
return $this->getMessageDomainService()->sendAudio($argument);
}
public function sendDocument(SendDocumentArgumentInterface $argument): MessageInterface
{
return $this->getMessageDomainService()->sendDocument($argument);
}
public function sendVideo(SendVideoArgumentInterface $argument): MessageInterface
{
return $this->getMessageDomainService()->sendVideo($argument);
}
public function sendAnimation(SendAnimationArgumentInterface $argument): MessageInterface
{
return $this->getMessageDomainService()->sendAnimation($argument);
}
public function sendVoice(SendVoiceArgumentInterface $argument): MessageInterface
{
return $this->getMessageDomainService()->sendVoice($argument);
}
public function sendVideoNote(SendVideoNoteArgumentInterface $argument): MessageInterface
{
return $this->getMessageDomainService()->sendVideoNote($argument);
}
public function sendMediaGroup(SendMediaGroupArgumentInterface $argument): array
{
return $this->getMessageDomainService()->sendMediaGroup($argument);
}
public function setMessageReaction(SetMessageReactionArgumentInterface $argument): bool
{
return $this->getMessageDomainService()->setMessageReaction($argument);
}
public function getChat(ChatIdArgumentInterface $argument): ChatInterface
{
return $this->getChatDomainService()->getChat($argument);
}
public function sendChatAction(SendChatActionArgumentInterface $argument): bool
{
return $this->getChatDomainService()->sendChatAction($argument);
}
public function setChatPhoto(SetChatPhotoArgumentInterface $argument): bool
{
return $this->getChatDomainService()->setChatPhoto($argument);
}
public function deleteChatPhoto(ChatIdArgumentInterface $argument): bool
{
return $this->getChatDomainService()->deleteChatPhoto($argument);
}
public function leaveChat(ChatIdArgumentInterface $argument): bool
{
return $this->getChatDomainService()->leaveChat($argument);
}
public function setChatTitle(SetChatTitleArgumentInterface $argument): bool
{
return $this->getChatDomainService()->setChatTitle($argument);
}
public function setChatDescription(SetChatDescriptionArgumentInterface $argument): bool
{
return $this->getChatDomainService()->setChatDescription($argument);
}
public function getChatMemberCount(ChatIdArgumentInterface $argument): int
{
return $this->getChatDomainService()->getChatMemberCount($argument);
}
public function getChatMember(GetChatMemberArgumentInterface $argument): ChatMemberInterface
{
return $this->getChatDomainService()->getChatMember($argument);
}
public function banChatMember(BanChatMemberArgumentInterface $argument): bool
{
return $this->getChatDomainService()->banChatMember($argument);
}
public function unbanChatMember(UnbanChatMemberArgumentInterface $argument): bool
{
return $this->getChatDomainService()->unbanChatMember($argument);
}
public function setChatAdministratorCustomTitle(SetChatAdministratorCustomTitleArgumentInterface $argument): bool
{
return $this->getChatDomainService()->setChatAdministratorCustomTitle($argument);
}
public function exportChatInviteLink(ExportChatInviteLinkArgumentInterface $argument): UrlValueObjectInterface
{
return $this->getChatDomainService()->exportChatInviteLink($argument);
}
public function revokeChatInviteLink(RevokeChatInviteLinkArgumentInterface $argument): ChatInviteLinkInterface
{
return $this->getChatDomainService()->revokeChatInviteLink($argument);
}
public function deleteMessages(DeleteMessagesArgumentInterface $argument): bool
{
return $this->getChatDomainService()->deleteMessages($argument);
}
public function deleteMessage(DeleteMessageArgumentInterface $argument): bool
{
return $this->getChatDomainService()->deleteMessage($argument);
}
public function getFile(GetFileArgumentInterface $argument): FileInterface
{
return $this->getFileDomainService()->getFile($argument);
}
public function editMessageText(EditMessageTextArgumentInterface $argument): MessageInterface
{
return $this->getMessageDomainService()->editMessageText($argument);
}
public function editMessageCaption(EditMessageCaptionArgumentInterface $argument): MessageInterface
{
return $this->getMessageDomainService()->editMessageCaption($argument);
}
public function editMessageMedia(EditMessageMediaArgumentInterface $argument): MessageInterface
{
return $this->getMessageDomainService()->editMessageMedia($argument);
}
public function getMyDefaultAdministratorRights(
GetMyDefaultAdministratorRightsArgumentInterface $argument
): ChatAdministratorRightsInterface {
return $this->getTelegramBotDomainService()->getMyDefaultAdministratorRights($argument);
}
public function setMyDefaultAdministratorRights(SetMyDefaultAdministratorRightsArgumentInterface $argument): bool
{
return $this->getTelegramBotDomainService()->setMyDefaultAdministratorRights($argument);
}
public function getChatMenuButton(
GetChatMenuButtonArgumentInterface $argument,
): MenuButtonCommandsInterface|MenuButtonDefaultInterface|MenuButtonWebAppInterface {
return $this->getChatDomainService()->getChatMenuButton($argument);
}
public function setChatMenuButton(SetChatMenuButtonArgumentInterface $argument): bool
{
return $this->getChatDomainService()->setChatMenuButton($argument);
}
public function getMyShortDescription(GetMyShortDescriptionArgumentInterface $argument = null): BotShortDescriptionInterface
{
return $this->getTelegramBotDomainService()->getMyShortDescription($argument);
}
public function setMyShortDescription(SetMyShortDescriptionArgumentInterface $argument = null): bool
{
return $this->getTelegramBotDomainService()->setMyShortDescription($argument);
}
public function getMyDescription(GetMyDescriptionArgumentInterface $argument = null): BotDescriptionInterface
{
return $this->getTelegramBotDomainService()->getMyDescription($argument);
}
public function setMyDescription(SetMyDescriptionArgumentInterface $argument = null): bool
{
return $this->getTelegramBotDomainService()->setMyDescription($argument);
}
public function getMyName(GetMyNameArgumentInterface $argument = null): BotNameInterface
{
return $this->getTelegramBotDomainService()->getMyName($argument);
}
public function setMyName(SetMyNameArgumentInterface $argument = null): bool
{
return $this->getTelegramBotDomainService()->setMyName($argument);
}
public function getMyCommands(GetMyCommandsArgumentInterface $argument = null): array
{
return $this->getTelegramBotDomainService()->getMyCommands($argument);
}
public function deleteMyCommands(DeleteMyCommandsArgumentInterface $argument = null): bool
{
return $this->getTelegramBotDomainService()->deleteMyCommands($argument);
}
public function setMyCommands(SetMyCommandsArgumentInterface $argument): bool
{
return $this->getTelegramBotDomainService()->setMyCommands($argument);
}
public function sendVenue(SendVenueArgumentInterface $argument): MessageInterface
{
return $this->getMessageDomainService()->sendVenue($argument);
}
public function sendContact(SendContactArgumentInterface $argument): MessageInterface
{
return $this->getMessageDomainService()->sendContact($argument);
}
public function deleteChatStickerSet(DeleteChatStickerSetArgumentInterface $argument): bool
{
return $this->getChatDomainService()->deleteChatStickerSet($argument);
}
private function getChatDomainService(): ChatDomainServiceInterface
{
if (null === $this->chatDomainService) {
$this->chatDomainService = $this->chatDomainServiceFactory->create($this->bot, $this->host);
}
return $this->chatDomainService;
}
private function getMessageDomainService(): MessageDomainServiceInterface
{
if (null === $this->messageDomainService) {
$this->messageDomainService = $this->messageDomainServiceFactory->create($this->bot, $this->host);
}
return $this->messageDomainService;
}
private function getTelegramBotDomainService(): TelegramBotDomainServiceInterface
{
if (null === $this->telegramBotDomainService) {
$this->telegramBotDomainService = $this->telegramBotDomainServiceFactory->create($this->bot, $this->host);
}
return $this->telegramBotDomainService;
}
private function getFileDomainService(): FileDomainServiceInterface
{
if (null === $this->fileDomainService) {
$this->fileDomainService = $this->fileDomainServiceFactory->create($this->bot, $this->host);
}
return $this->fileDomainService;
}
}