Class: TD::Types::InternalLinkType::LanguagePack

Inherits:
TD::Types::InternalLinkType show all
Defined in:
lib/tdlib/types/internal_link_type/language_pack.rb

Overview

The link is a link to a language pack. Call getLanguagePackInfo with the given language pack identifier to process the link. If the language pack is found and the user wants to apply it, then call setOption for the option

"language_pack_id".

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#language_pack_idTD::Types::String

Language pack identifier.

Returns:

  • (TD::Types::String)

    the current value of language_pack_id



8
9
10
# File 'lib/tdlib/types/internal_link_type/language_pack.rb', line 8

def language_pack_id
  @language_pack_id
end