class TelegramBot::Models::WebhookInfo
- TelegramBot::Models::WebhookInfo
- TelegramBot::Models::Base
- Reference
- Object
Overview
https://core.telegram.org/bots/api#webhookinfo
Defined in:
telegram_bot/models.crConstructors
-
.new(pull : JSON::PullParser)
https://core.telegram.org/bots/api#webhookinfo
Instance Method Summary
- #allowed_updates : Array(String) | Nil
- #allowed_updates=(allowed_updates : Array(String) | Nil)
- #has_custom_certificate : Bool
- #has_custom_certificate=(has_custom_certificate : Bool)
- #last_error_date : Int32 | Nil
- #last_error_date=(last_error_date : Int32 | Nil)
- #last_error_message : String | Nil
- #last_error_message=(last_error_message : String | Nil)
- #max_connections : Int32 | Nil
- #max_connections=(max_connections : Int32 | Nil)
- #pending_update_count : Int32
- #pending_update_count=(pending_update_count : Int32)
- #url : String
- #url=(url : String)