|
@@ -4,12 +4,12 @@ |
|
|
block discarded – undo |
|
4
|
4
|
|
|
5
|
5
|
namespace FondBot\Channels\Telegram; |
|
6
|
6
|
|
|
|
7
|
+use FondBot\Channels\Telegram\Buttons\RequestContactButton; |
|
|
8
|
+use FondBot\Contracts\Channels\OutgoingMessage; |
|
7
|
9
|
use FondBot\Contracts\Channels\User; |
|
8
|
|
-use FondBot\Conversation\Buttons\UrlButton; |
|
9
|
10
|
use FondBot\Contracts\Conversation\Keyboard; |
|
10
|
|
-use FondBot\Contracts\Channels\OutgoingMessage; |
|
11
|
11
|
use FondBot\Conversation\Buttons\PayloadButton; |
|
12
|
|
-use FondBot\Channels\Telegram\Buttons\RequestContactButton; |
|
|
12
|
+use FondBot\Conversation\Buttons\UrlButton; |
|
13
|
13
|
|
|
14
|
14
|
class TelegramOutgoingMessage implements OutgoingMessage |
|
15
|
15
|
{ |
Please login to merge, or discard this patch.