Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Simple Telegram client library that allows you to send string messages or objects of any type.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages