class
TD::ConnectedWebsite
- TD::ConnectedWebsite
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/connected_website.crConstructors
- .new(id : String, domain_name : String, bot_user_id : Int64, browser : String, platform : String, log_in_date : Int32, last_active_date : Int32, ip : String, location : String)
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #bot_user_id : Int64
- #bot_user_id=(bot_user_id : Int64)
- #browser : String
- #browser=(browser : String)
- #domain_name : String
- #domain_name=(domain_name : String)
- #id : String
- #id=(id : String)
- #ip : String
- #ip=(ip : String)
- #last_active_date : Int32
- #last_active_date=(last_active_date : Int32)
- #location : String
- #location=(location : String)
- #log_in_date : Int32
- #log_in_date=(log_in_date : Int32)
- #object_type : String
- #object_type=(object_type : String)
- #platform : String
- #platform=(platform : String)
Instance methods inherited from class TD::Base
extract_abstract_type(__json : JSON::Any)
extract_abstract_type,
extract_type(__json : JSON::Any, class_type : Class)
extract_type
Macros inherited from class TD::Base
object_attributes(type)
object_attributes,
object_type(type)
object_type
Constructor Detail
def self.new(id : String, domain_name : String, bot_user_id : Int64, browser : String, platform : String, log_in_date : Int32, last_active_date : Int32, ip : String, location : String)
#