Sha256: c0588efce90db425f43cd5f14c61cc91ff22411adef32ef0f02ab77f66acedd2

Contents?: true

Size: 278 Bytes

Versions: 1

Compression:

Stored size: 278 Bytes

Contents

module TD::Types
  # The messages was exported from a private chat.
  #
  # @attr name [String, nil] Name of the other party; may be empty if unrecognized.
  class MessageFileType::Private < MessageFileType
    attribute :name, TD::Types::String.optional.default(nil)
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.1 lib/tdlib/types/message_file_type/private.rb