
This PR moves the docs site to the private repo while keeping the docs content on the public repo. ### Change Type - [x] `documentation`
49 lines
514 B
Text
49 lines
514 B
Text
---
|
|
title: createShapeId
|
|
status: published
|
|
category: tlschema
|
|
group: Function
|
|
author: api
|
|
date: 06/23/2023
|
|
order: 12
|
|
---<Small>Public Function</Small>
|
|
|
|
|
|
|
|
|
|
##### Parameters
|
|
|
|
|
|
<ParametersTable>
|
|
|
|
<ParametersTableRow>
|
|
<ParametersTableName>
|
|
|
|
`id`
|
|
|
|
<Small>(optional)</Small>
|
|
|
|
</ParametersTableName>
|
|
<ParametersTableDescription>
|
|
|
|
```ts
|
|
string
|
|
```
|
|
|
|
|
|
|
|
</ParametersTableDescription>
|
|
</ParametersTableRow>
|
|
</ParametersTable>
|
|
|
|
##### Returns
|
|
|
|
|
|
```ts
|
|
TLShapeId
|
|
```
|
|
|
|
##### References
|
|
|
|
[TLShapeId](/gen/tlschema/TLShapeId-type)
|
|
|