module Telegram
Included Modules
- Habitat::SettingsHelpers
- Habitat::TempConfig
Defined in:
telegram/client.crtelegram/composer.cr
telegram/config.cr
telegram/context.cr
telegram/error.cr
telegram/filter.cr
telegram/generator/generator.cr
telegram/generator/helpers.cr
telegram/helpers.cr
telegram/middleware.cr
telegram/support/lucky.cr
telegram/support/parsers/base.cr
telegram/support/parsers/html.cr
telegram/update_action.cr
Constant Summary
-
DEFAULT_ENDPOINT =
"https://api.telegram.org"
-
HABITAT_SETTINGS =
[{decl: endpoint : String = DEFAULT_ENDPOINT, example: nil, validation: nil}, {decl: pool_capacity : Int32 = 5, example: nil, validation: nil}, {decl: pool_timeout : Float64 = 0.1, example: nil, validation: nil}, {decl: initial_pool_size : Int32 = 1, example: nil, validation: nil}, {decl: proxy : HTTP::Proxy | ::Nil = nil, example: nil, validation: nil}, {decl: proxy_uri : String | URI | Nil = nil, example: nil, validation: nil}] of Nil