ChatGroupSharedFile class

The ChatGroupSharedFile class, which manages the chat group shared files.

To get the information of the chat group shared file, call ChatGroupManager.fetchGroupFileListFromServer.

  List<ChatGroupSharedFile>? list = await ChatClient.getInstance.groupManager.fetchGroupFileListFromServer(groupId);

Properties

createTime int?
Gets the Unix timestamp for uploading the shared file, in milliseconds.
read-only
fileId String?
Gets the shared file ID.
read-only
fileName String?
Gets the shared file name.
read-only
fileOwner String?
Gets the username that uploads the shared file.
read-only
fileSize int?
Gets the data length of the shared file, in bytes.
read-only
hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited