Sha256: 177dddac1aa2b7f69e9380dfd19621e700803f1d0647b01310e104cf39635b74

Contents?: true

Size: 377 Bytes

Versions: 2

Compression:

Stored size: 377 Bytes

Contents

module TD::Types
  # A rich text URL link.
  #
  # @attr text [TD::Types::RichText] Text.
  # @attr url [TD::Types::String] URL.
  # @attr is_cached [Boolean] True, if the URL has cached instant view server-side.
  class RichText::Url < RichText
    attribute :text, TD::Types::RichText
    attribute :url, TD::Types::String
    attribute :is_cached, TD::Types::Bool
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.3 lib/tdlib/types/rich_text/url.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/rich_text/url.rb