Sha256: 1456aa16acda23245113d805e28d23a73bb6d2d1079783803250ed61a9aa59df
Contents?: true
Size: 343 Bytes
Versions: 2
Compression:
Stored size: 343 Bytes
Contents
module TD::Types # Contains an HTTPS link to a message in a supergroup or channel. # # @attr link [TD::Types::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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.3 | lib/tdlib/types/message_link.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/message_link.rb |