Add channel search and subscription
This commit is contained in:
@@ -18,3 +18,13 @@ public sealed record MaxBrowserSnapshotDto(
|
||||
string BodyText,
|
||||
string ScreenshotPngBase64,
|
||||
DateTimeOffset CapturedAt);
|
||||
|
||||
public sealed record MaxChannelSearchResultDto(
|
||||
string ExternalId,
|
||||
string Title,
|
||||
string? AvatarUrl,
|
||||
string? ChatUrl,
|
||||
bool IsSubscribed,
|
||||
string? Description);
|
||||
|
||||
public sealed record SubscribeMaxChannelRequest(string Link);
|
||||
|
||||
Reference in New Issue
Block a user