botlead v0.1.0 Botlead.Client
Use this module to connect existing client to chat session.
Link to this section Summary
Functions
Start client instance for chat id
Remove client instance for chat id
Get pid for specific client id
Check if client was started for specific client id
Make client connection recieve some new message
Link to this section Functions
Link to this function
connect(client_module, bot_server, chat_id)
Start client instance for chat id.
Link to this function
connect(client_module, bot_server, chat_id, opts)
Link to this function
disconnect(client_module, bot_server, chat_id)
Remove client instance for chat id.
Link to this function
get_client_pid(client_module, chat_id)
Get pid for specific client id.
Link to this function
is_client_started?(client_module, chat_id)
Check if client was started for specific client id.
Link to this function
parse_message(pid, message, opts \\ [])
Make client connection recieve some new message.
Link to this function