Sha256: 13c744461931a7d8cddb4d0c6f194ce1fdef15915461b5928cb6baef8dd3cae7
Contents?: true
Size: 338 Bytes
Versions: 1
Compression:
Stored size: 338 Bytes
Contents
module TD::Types # Contains a public HTTPS link to a message in a public supergroup or channel with a username. # # @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.1.0 | lib/tdlib/types/public_message_link.rb |