-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Labels
Description
The way the token configuration is handled at the moment means that this library can only be used for a single bot. I'd like to have multiple bots running within the same Erlang VM.
It would be nice if the token could be specified when making an API call. For example:
Nadia.send_message(chat_id, text, token: token)
alexfilatov, deini, whitered and alex9spiridonov