ForumTopicEditOptions Interface

{
  "id": 2571,
  "name": "ForumTopicEditOptions",
  "variant": "declaration",
  "kind": 256,
  "flags": {},
  "children": [
    {
      "id": 2573,
      "name": "iconCustomEmojiId",
      "variant": "declaration",
      "kind": 1024,
      "flags": {
        "isOptional": true
      },
      "comment": {
        "summary": [
          {
            "kind": "text",
            "text": "New unique identifier of the custom emoji shown as the topic icon.\nUse "
          },
          {
            "kind": "code",
            "text": "`<Client>.getForumTopicIconStickers()`"
          },
          {
            "kind": "text",
            "text": " to get all allowed custom emoji identifiers."
          }
        ]
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/types.ts",
          "line": 1539,
          "character": 1
        }
      ],
      "type": {
        "type": "intrinsic",
        "name": "string"
      }
    },
    {
      "id": 2572,
      "name": "name",
      "variant": "declaration",
      "kind": 1024,
      "flags": {
        "isOptional": true
      },
      "comment": {
        "summary": [
          {
            "kind": "text",
            "text": "New topic name, 0-128 characters. If not specified or empty, the current name of the topic will be kept"
          }
        ]
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/types.ts",
          "line": 1534,
          "character": 1
        }
      ],
      "type": {
        "type": "intrinsic",
        "name": "string"
      }
    }
  ],
  "groups": [
    {
      "title": "Properties",
      "children": [
        2573,
        2572
      ]
    }
  ],
  "sources": [
    {
      "fileName": "packages/tgkit/src/types.ts",
      "line": 1532,
      "character": 17
    }
  ]
}