Sha256: 62e8855b8e001f68ab3310759589e8f9b85972931881dc6cd61e4fcb53906436

Contents?: true

Size: 384 Bytes

Versions: 6

Compression:

Stored size: 384 Bytes

Contents

module TD::Types
  # Contains information about a tg:// deep link.
  #
  # @attr text [TD::Types::FormattedText] Text to be shown to the user.
  # @attr need_update_application [Boolean] True, if user should be asked to update the application.
  class DeepLinkInfo < Base
    attribute :text, TD::Types::FormattedText
    attribute :need_update_application, TD::Types::Bool
  end
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
tdlib-schema-1.7.0.3 lib/tdlib/types/deep_link_info.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/deep_link_info.rb
tdlib-schema-1.7.0.1 lib/tdlib/types/deep_link_info.rb
tdlib-ruby-2.2.0 lib/tdlib/types/deep_link_info.rb
tdlib-ruby-2.1.0 lib/tdlib/types/deep_link_info.rb
tdlib-ruby-2.0.0 lib/tdlib/types/deep_link_info.rb