Sha256: 80170332ca5fa9efccfede70e4eaa856b8c1c62e9a18c6d6391f3081a6b737e4

Contents?: true

Size: 290 Bytes

Versions: 3

Compression:

Stored size: 290 Bytes

Contents

module TD::Types
  # Represents a URL linking to an internal Telegram entity.
  #
  # @attr url [TD::Types::String] URL.
  # @attr type [TD::Types::TMeUrlType] Type of the URL.
  class TMeUrl < Base
    attribute :url, TD::Types::String
    attribute :type, TD::Types::TMeUrlType
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.4 lib/tdlib/types/t_me_url.rb
tdlib-schema-1.7.0.3 lib/tdlib/types/t_me_url.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/t_me_url.rb