Class: TD::Types::LanguagePackStrings

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

Overview

Contains a list of language pack strings.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#stringsArray<TD::Types::LanguagePackString>

A list of language pack strings.

Returns:



5
6
7
# File 'lib/tdlib/types/language_pack_strings.rb', line 5

def strings
  @strings
end