mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 22:26:54 +01:00
23 lines
448 B
Markdown
23 lines
448 B
Markdown
---
|
|
title: testString
|
|
description: Tests only. A simple object containing just a string
|
|
---
|
|
## Constructor: testString
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
Tests only. A simple object containing just a string
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|value|[string](../types/string.md) | Yes|The string|
|
|
|
|
|
|
|
|
### Type: [TestString](../types/TestString.md)
|
|
|
|
|