Guilded Client
  1. Schemas
Guilded Client
  • Intro
  • Community Libraries
  • Permissions Values
  • Reference
  • Webhooks
  • Chat
    • Get Embed for URL
    • Get Metadata
    • Get Channel Messages
    • Get Pinned Messages
  • List Items
    • Get List Items
    • Get List Item Note
  • Users
    • Modify User
    • Get Current User Verification
    • Send Verification Email
    • Verify Email Address
    • Get User Owned Steam Apps
    • Get User
    • Get User Profile
    • Get User Profile Posts
    • Get User Profile Post
    • Check Email Address
  • Teams
    • Get Team Presences
    • Get Team Info
    • Get Shallow Search Results
    • Submit Deep Search Query
    • Check Subdomain
    • Look up Teams
    • Check Team Name
  • Members
    • Get Team Members
    • Detail Team Members
    • Detail Voice Members
    • Sort Member IDs
    • Detail Team Bots
  • Channels
    • Get Team Channels
    • Get Team Channel
    • Get Group Archived Channels
    • Get Thread
    • Get Channel Threads
    • Get Channel Thread Count
    • Get Voice Channel Groups
  • Webhooks
    • Get Channel Webhooks
    • Execute Webhook
  • Guilded Meta
    • Redirect to App
    • Get App QR
  • Tournaments
    • Get Tournaments
    • Get Tournament
    • Get Tournament Info
    • Get Tournament Any Bracket Confirmed
    • Get Tournament from Invite
    • Get Tournament Hash Invites
    • Get Tournament Bracket Matches
    • Get Upcoming Tournaments
    • Get Completed Tournaments
    • Get Featured Tournaments
  • Websocket
    • Websocket
  • Schemas
    • Schemas
      • Content
      • Webhook
      • Message
      • Embed
      • OpenGraphEmbed
      • Error
      • ListItem
      • Team
      • Role
      • Permissions
      • SocialLink
      • CustomReaction
      • Member
      • User
      • UserProfile
      • UserAlias
      • UserTransientStatus
      • UserPresenceStatus
      • UserProfilePost
      • GameId
      • SocialLinkType
      • Group
      • Tournament
      • TeamChannel
      • TeamChannelCategory
      • DynamicMediaTypeId
      • GuildedClientId
  1. Schemas

Content(Content)

Generic structured content

{
    "object": "value",
    "document": {
        "object": "document",
        "data": {
            "profile": {
                "name": "shay",
                "profilePicture": "https://s3-us-west-2.amazonaws.com/www.guilded.gg/WebhookThumbnail/3626a9cdc1020a98bd6c1724049c89a8-Full.webp?w=160&h=160"
            },
            "hiddenEmbedUrls": {
                "{url}": false
            }
        },
        "nodes": [
            {
                "object": "block",
                "type": "markdown-plain-text",
                "data": {
                    "isEmbedMessage": false,
                    "embeds": [
                        {
                            "title": "string",
                            "description": "string",
                            "url": "string",
                            "color": 0,
                            "timestamp": "string",
                            "footer": {
                                "text": "string",
                                "icon_url": "string",
                                "iconUrl": "string"
                            },
                            "thumbnail": {
                                "url": "string"
                            },
                            "image": {
                                "url": "string"
                            },
                            "author": {
                                "name": "string",
                                "url": "string",
                                "icon_url": "string",
                                "iconUrl": "string"
                            },
                            "fields": [
                                {
                                    "name": "string",
                                    "value": "string",
                                    "inline": true
                                }
                            ]
                        }
                    ],
                    "url": "string",
                    "createdBy": "string",
                    "oldName": "string",
                    "newName": "string",
                    "type": "channel-renamed"
                },
                "nodes": [
                    {
                        "object": "text",
                        "type": "mention",
                        "data": {
                            "mention": {
                                "type": "role",
                                "matcher": "string",
                                "name": "string",
                                "nickname": true,
                                "color": "string",
                                "id": "string",
                                "sortOrder": 0
                            },
                            "reaction": {
                                "id": 0,
                                "customReactionId": 0,
                                "customReaction": {
                                    "id": 761262,
                                    "name": "frog-donut",
                                    "png": "https://s3-us-west-2.amazonaws.com/www.guilded.gg/CustomReaction/02f8bf8e57fb08568e9260461f34390c-Full.webp?w=120&h=120",
                                    "webp": "https://s3-us-west-2.amazonaws.com/www.guilded.gg/CustomReaction/02f8bf8e57fb08568e9260461f34390c-Full.webp?w=120&h=120",
                                    "apng": null
                                }
                            },
                            "channel": {
                                "id": "string"
                            },
                            "href": "string"
                        },
                        "leaves": [
                            {
                                "object": "leaf",
                                "text": "string",
                                "marks": [
                                    {
                                        "data": {},
                                        "object": "mark",
                                        "type": "bold"
                                    }
                                ]
                            }
                        ]
                    }
                ],
                "": "string"
            }
        ]
    }
}
Built with