What's New

0.5.0

2020-09-24T21:02:44Z

Vapor 4 support. Warnings removed for Swift 5.3

Build Status license swift vapor

⚗️ TelegramBot.swift

This library provides helpers for Swift to interact with the Telegram bot api. It simplifies the requests to the Telegram API as well as parses incoming updates for you.

This library can be used with Vapor 4 and with any other web libraries.

✨ Supported features

The following is a list with all features of the facebook Send API and webhooks as of May 2017 together with a note whether it is supported or not. If you find something that's not listed there please open an issue.

Webhooks

TODO: Add supported Webhook / Update features

Requests

TODO: Add supported request features

📦 Installation

Add the following line to your dependencies in the Package.swift file:

.package(url: "https://github.com/Boilertalk/TelegramBot.swift.git", from: "0.3.1")

Then you can start importing TelegramBot.

import TelegramBot

📖 Documentation

Webhooks

TODO: Add documentation for Webhooks / Updates

Requests

TODO: Add documentation for requests...

🚀 Contributing

TODO: Add information for contributors...

Description

  • Swift Tools 5.2.0
View More Packages from this Author

Dependencies

Last updated: Mon May 13 2024 00:21:11 GMT-0900 (Hawaii-Aleutian Daylight Time)