8 lines
159 B
C#
8 lines
159 B
C#
namespace Hutopy.Modules.Contents.Models;
|
|
|
|
[PublicAPI]
|
|
public record FollowModel(
|
|
Guid CreatorId,
|
|
string CreatorName,
|
|
string? CreatorPortraitUrl);
|