Sha256: 2559b886e3e1889e68282992a4db0fa7a9ad3d18f2c55d960eb98b20e73bd765
Contents?: true
Size: 322 Bytes
Versions: 1
Compression:
Stored size: 322 Bytes
Contents
module TD::Types # Contains a public HTTPS link to a message in a public supergroup or channel. # # @attr link [String] Message link. # @attr html [String] HTML-code for embedding the message. class PublicMessageLink < Base attribute :link, TD::Types::String attribute :html, TD::Types::String end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tdlib-ruby-2.0.0 | lib/tdlib/types/public_message_link.rb |