Class: TD::Types::LanguagePackString

Inherits:
Base
  • Object
show all
Defined in:
lib/tdlib/types/language_pack_string.rb

Overview

Represents one language pack string.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#keyString

String key.

Returns:

  • (String)

    the current value of key



6
7
8
# File 'lib/tdlib/types/language_pack_string.rb', line 6

def key
  @key
end

#valueTD::Types::LanguagePackStringValue

String value.

Returns:



6
7
8
# File 'lib/tdlib/types/language_pack_string.rb', line 6

def value
  @value
end