Skip to main content
Glama
ISocialMediaPost.cs535 B
using System; using System.Collections.Generic; namespace Api.DigitalPages.Interfaces.Models { public interface ISocialMediaPost : IBaseModelV2 { ISocialMediaThread Thread { get; set; } Guid ConnectorUid { get; set; } Guid AuthorUid { get; set; } Guid UserUid { get; set; } string Title { get; set; } string Content { get; set; } /// <summary> /// Momento que o post foi deletado. /// </summary> DateTime? DeletedAt { get; set; } } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rkm097git/euconquisto-composer-mcp-poc'

If you have feedback or need assistance with the MCP directory API, please join our Discord server