class
Telecr::Webhook::Server
- Telecr::Webhook::Server
- Reference
- Object
Defined in:
webhook/webhook.crConstant Summary
-
Log =
::Log.for("telecr.webhook")
Constructors
Instance Method Summary
- #bot : Telecr::Core::Bot
- #host : String
- #port : Int32
- #run(**webhook_options)
- #running? : Bool
- #secret_token : String
- #set_webhook(**options)
- #ssl_mode : Symbol
- #stop
Constructor Detail
def self.new(bot : Core::Bot, port : Int32 | Nil = nil, host : String = "0.0.0.0", secret_token : String | Nil = nil, ssl : Bool | Hash(Symbol, String) | Nil = nil)
#