class Bigbrother::Notifier::Telegram::Webhook

Defined in:

bigbrother/notifier/telegram.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node, _dummy : Nil) #

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

Instance Method Detail

def listen : String? #

def listen=(_listen : Union(String, Nil)) #

def port : Int32? #

def port=(_port : Union(Int32, Nil)) #

def ssl_certificate_path : String? #

def ssl_certificate_path=(_ssl_certificate_path : Union(String, Nil)) #

def ssl_key_path : String? #

def ssl_key_path=(_ssl_key_path : Union(String, Nil)) #

def to_yaml(__temp_1212 : YAML::Nodes::Builder) #

def url : String #

def url=(_url : String) #