Class: TD::Types::DeepLinkInfo
- Defined in:
- lib/tdlib/types/deep_link_info.rb
Overview
Contains information about a tg:// deep link.
Instance Attribute Summary collapse
-
#need_update_application ⇒ Boolean
True, if user should be asked to update the application.
-
#text ⇒ TD::Types::FormattedText
Text to be shown to the user.
Method Summary
Methods inherited from Base
Instance Attribute Details
#need_update_application ⇒ Boolean
True, if user should be asked to update the application.
6 7 8 |
# File 'lib/tdlib/types/deep_link_info.rb', line 6 def need_update_application @need_update_application end |
#text ⇒ TD::Types::FormattedText
Text to be shown to the user.
6 7 8 |
# File 'lib/tdlib/types/deep_link_info.rb', line 6 def text @text end |