class TD::LanguagePackStringValue::Pluralized

Included Modules

Defined in:

telegram/types/language_pack_string_value/pluralized.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(zero_value : String, one_value : String, two_value : String, few_value : String, many_value : String, other_value : 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 few_value : String #

def few_value=(few_value : String) #

def many_value : String #

def many_value=(many_value : String) #

def object_type : String #

def object_type=(object_type : String) #

def one_value : String #

def one_value=(one_value : String) #

def other_value : String #

def other_value=(other_value : String) #

def two_value : String #

def two_value=(two_value : String) #

def zero_value : String #

def zero_value=(zero_value : String) #