class TD::ConnectedWebsite

Included Modules

Defined in:

telegram/types/connected_website.cr

Constructors

Instance Method Summary

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) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(__json : JSON::Any | Nil = nil) #

[View source]

Instance Method Detail

def bot_user_id : Int64 #

def bot_user_id=(bot_user_id : Int64) #

def browser : String #

def browser=(browser : String) #

def domain_name : String #

def domain_name=(domain_name : String) #

def id : String #

def id=(id : String) #

def ip : String #

def ip=(ip : String) #

def last_active_date : Int32 #

def last_active_date=(last_active_date : Int32) #

def location : String #

def location=(location : String) #

def log_in_date : Int32 #

def log_in_date=(log_in_date : Int32) #

def object_type : String #

def object_type=(object_type : String) #

def platform : String #

def platform=(platform : String) #