class TelegramBot::WebhookInfo

Included Modules

Defined in:

telegram_bot/types/webhook_info.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

Instance Method Detail

def allowed_updates : Array(String) | Nil #

def allowed_updates=(allowed_updates : Array(String) | Nil) #

def has_custom_certificate=(has_custom_certificate : Bool) #

def has_custom_certificate? : Bool #

def ip_address : String | Nil #

def ip_address=(ip_address : String | Nil) #

def last_error_date : Int32 | Nil #

def last_error_date=(last_error_date : Int32 | Nil) #

def last_error_message : String | Nil #

def last_error_message=(last_error_message : String | Nil) #

def last_synchronization_error_date : Int32 | Nil #

def last_synchronization_error_date=(last_synchronization_error_date : Int32 | Nil) #

def max_connections : Int32 | Nil #

def max_connections=(max_connections : Int32 | Nil) #

def pending_update_count : Int32 #

def pending_update_count=(pending_update_count : Int32) #

def url : String #

def url=(url : String) #