Sha256: 64c499fc88dd8ec6cfc06e0f1e4335d54121a879f360af38ccf299cb5e97aae6

Contents?: true

Size: 289 Bytes

Versions: 2

Compression:

Stored size: 289 Bytes

Contents

module TD::Types
  # The messages was exported from a private chat.
  #
  # @attr name [TD::Types::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

2 entries across 2 versions & 1 rubygems

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