class Bigbrother::Notifier::Telegram
- Bigbrother::Notifier::Telegram
- Reference
- Object
Included Modules
Defined in:
bigbrother/notifier/telegram.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node, _dummy : Nil)
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Class Method Summary
Instance Method Summary
- #blacklist : Array(String)?
- #blacklist=(_blacklist : Union(Array(String), Nil))
- #chat_id : Int32 | String
- #chat_id=(_chat_id : Int32 | String)
- #name : String
- #name=(_name : String)
- #notify(response, only_errors)
- #start(app)
- #to_yaml(__temp_1201 : YAML::Nodes::Builder)
- #token : String
- #token=(_token : String)
- #type : String
- #type=(_type : String)
- #webhook : Bigbrother::Notifier::Telegram::Webhook?
- #webhook=(_webhook : Union(Webhook, Nil))
- #whitelist : Array(String)?
- #whitelist=(_whitelist : Union(Array(String), Nil))