Sha256: 99ee167a697c224bce2a29d20cd701abb8e39c07cc04d0b12dcd2b10ffc0b1fc

Contents?: true

Size: 366 Bytes

Versions: 2

Compression:

Stored size: 366 Bytes

Contents

module TD::Types
  # A rich text URL link.
  #
  # @attr text [TD::Types::RichText] Text.
  # @attr url [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 & 2 rubygems

Version Path
tdlib-schema-1.7.0.1 lib/tdlib/types/rich_text/url.rb
tdlib-ruby-2.2.0 lib/tdlib/types/rich_text/url.rb