Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

mironov/jaconda_telegram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JacondaTelegram

Ruby gem to interact with Jaconda.im

Installation

Add this line to your application's Gemfile:

gem 'jaconda_telegram'

And then execute:

$ bundle

Or install it yourself as:

$ gem install jaconda_telegram

Usage

Example code:

jaconda = JacondaTelegram::Api.new('YOUR_TOKEN')
# Get all available groups
jaconda.list_groups
# Send Message
jaconda.send_message(126, 'Hello there!')
# Send Photo
jaconda.send_media(126, 'PATH_TO_FILE')

About

Jaconda.im api ruby wrapper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages