Sha256: 9367420db407b59da487f36132eb978c6709cf6e3e81a64fe20149622c64909e
Contents?: true
Size: 332 Bytes
Versions: 1
Compression:
Stored size: 332 Bytes
Contents
module TD::Types # Contains an HTTPS link to a message in a supergroup or channel. # # @attr link [String] Message link. # @attr is_public [Boolean] True, if the link will work for non-members of the chat. class MessageLink < Base attribute :link, TD::Types::String attribute :is_public, TD::Types::Bool end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.1 | lib/tdlib/types/message_link.rb |