GoTelegram Asks For a Chat ID and an Api Key. Usage example: chat := telegram.NewChat("any name", "<chatID>", "apiKey") To send a message: chat.Send("Hi mom!") Messages that are longer then the limit (4096 characters) will be sent in chunks.