Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
module
AudioSender
Constants
MAX_UPLOAD_SIZE =
Config
.telegram_api_server ? (2000 * 1024) * 1024 : (50 * 1024) * 1024
TELEGRAM_API = "#{
Config
.telegram_api_server || "https://api.telegram.org"}/bot#{
Config
.bot_token}"
URL_SEND_TIMEOUT = 60.seconds
Class methods
send_to_user
(telegram_id :
Int64
, episode :
Episode
, feed :
Feed
|
Nil
, override_url :
String
|
Nil
= nil, caption :
String
|
Nil
= nil)
Source