Chat SDK for Unity and Windows v1.2.1
Properties | List of all members
AgoraChat.GroupSharedFile Class Reference
Inheritance diagram for AgoraChat.GroupSharedFile:

Properties

string FileName [get, set]
 
string FileId [get, set]
 
string FileOwner [get, set]
 
long CreateTime [get, set]
 
long FileSize [get, set]
 

Detailed Description

The shared file information class, which defines how to manage shared files.

For example, you can get information about a group shared file by using IGroupManager#GetGroupFileListFromServer(String, int, int, ValueCallBack).

Property Documentation

◆ FileName

string AgoraChat.GroupSharedFile.FileName
getset

The name of the shared file.

◆ FileId

string AgoraChat.GroupSharedFile.FileId
getset

The ID of the shared file.

◆ FileOwner

string AgoraChat.GroupSharedFile.FileOwner
getset

The user ID of the member who uploads the shared file.

◆ CreateTime

long AgoraChat.GroupSharedFile.CreateTime
getset

The Unix timestamp for updating the shared file. The unit is millisecond.

◆ FileSize

long AgoraChat.GroupSharedFile.FileSize
getset

The size of the shared file, in bytes.