File "InlineConversation.php"

Full Path: /home/fundopuh/trader.fxex.org/vendor/botman/botman/src/Messages/Conversations/InlineConversation.php
File size: 155 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace BotMan\BotMan\Messages\Conversations;

class InlineConversation extends Conversation
{
    public function run()
    {
        //
    }
}