Sha256: 34537e875861c8f6352f407acc5ab7ef98d4b1f54d3c289b63c5a1f9bd45ec78

Contents?: true

Size: 240 Bytes

Versions: 2

Compression:

Stored size: 240 Bytes

Contents

module TD::Types
  # A rich text URL link.
  #
  # @attr text [TD::Types::RichText] Text.
  # @attr url [String] URL.
  class RichText::Url < RichText
    attribute :text, TD::Types::RichText
    attribute :url, TD::Types::String
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tdlib-ruby-2.1.0 lib/tdlib/types/rich_text/url.rb
tdlib-ruby-2.0.0 lib/tdlib/types/rich_text/url.rb