Class: TD::Types::DeepLinkInfo

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

Overview

Contains information about a tg:// deep link.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#need_update_applicationBoolean

True, if user should be asked to update the application.

Returns:

  • (Boolean)

    the current value of need_update_application



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

def need_update_application
  @need_update_application
end

#textTD::Types::FormattedText

Text to be shown to the user.

Returns:



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

def text
  @text
end