class
TD::LanguagePackInfo
- TD::LanguagePackInfo
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/language_pack_info.crConstructors
- .new(id : String, base_language_pack_id : String, name : String, native_name : String, plural_code : String, total_string_count : Int32, translated_string_count : Int32, local_string_count : Int32, translation_url : String, is_official : Bool = false, is_rtl : Bool = false, is_beta : Bool = false, is_installed : Bool = false)
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #base_language_pack_id : String
- #base_language_pack_id=(base_language_pack_id : String)
- #id : String
- #id=(id : String)
- #is_beta : Bool
- #is_beta=(is_beta : Bool)
- #is_installed : Bool
- #is_installed=(is_installed : Bool)
- #is_official : Bool
- #is_official=(is_official : Bool)
- #is_rtl : Bool
- #is_rtl=(is_rtl : Bool)
- #local_string_count : Int32
- #local_string_count=(local_string_count : Int32)
- #name : String
- #name=(name : String)
- #native_name : String
- #native_name=(native_name : String)
- #object_type : String
- #object_type=(object_type : String)
- #plural_code : String
- #plural_code=(plural_code : String)
- #total_string_count : Int32
- #total_string_count=(total_string_count : Int32)
- #translated_string_count : Int32
- #translated_string_count=(translated_string_count : Int32)
- #translation_url : String
- #translation_url=(translation_url : 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, base_language_pack_id : String, name : String, native_name : String, plural_code : String, total_string_count : Int32, translated_string_count : Int32, local_string_count : Int32, translation_url : String, is_official : Bool = false, is_rtl : Bool = false, is_beta : Bool = false, is_installed : Bool = false)
#