https://github.com/galdor/go-telegram
Telegram API client in Go.
https://github.com/galdor/go-telegram
go golang telegram telegram-bot-api
Last synced: over 1 year ago
JSON representation
Telegram API client in Go.
- Host: GitHub
- URL: https://github.com/galdor/go-telegram
- Owner: galdor
- License: isc
- Created: 2023-03-11T17:15:22.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-29T16:15:58.000Z (about 3 years ago)
- Last Synced: 2025-02-03T13:13:59.074Z (over 1 year ago)
- Topics: go, golang, telegram, telegram-bot-api
- Language: Go
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction
The go-telegram library provides support to use Telegram APIs.
# Usage
See the [example program](cmd/example) to see how to use the API.
# Licensing
Go-telegram is open source software distributed under the
[ISC](https://opensource.org/licenses/ISC) license.