Sha256: 81b98fc48f1e304939e9341a8aa12488feff680ec878d1eb9c38f7e2ac87624c

Contents?: true

Size: 331 Bytes

Versions: 1

Compression:

Stored size: 331 Bytes

Contents

module TD::Types
  # Contains a public HTTPS link to a message in a 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.2.0 lib/tdlib/types/public_message_link.rb