Skip to content

Commit

Permalink
[Core] public file id (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkRRb authored Aug 26, 2024
1 parent a36ba67 commit c2e7fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lagrange.Core/Common/Entity/BotFileEntry.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ namespace Lagrange.Core.Common.Entity;
[Serializable]
public class BotFileEntry : IBotFSEntry
{
internal string FileId { get; }
public string FileId { get; }

public string FileName { get; }

Expand Down

0 comments on commit c2e7fe9

Please sign in to comment.