Class: TD::Types::InternalLinkType::LanguagePack
- Inherits:
-
TD::Types::InternalLinkType
- Object
- Dry::Struct
- Base
- TD::Types::InternalLinkType
- TD::Types::InternalLinkType::LanguagePack
- 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
-
#language_pack_id ⇒ TD::Types::String
Language pack identifier.
Method Summary
Methods inherited from Base
Instance Attribute Details
#language_pack_id ⇒ TD::Types::String
Language pack identifier.
8 9 10 |
# File 'lib/tdlib/types/internal_link_type/language_pack.rb', line 8 def language_pack_id @language_pack_id end |