mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 22:26:54 +01:00
24 lines
479 B
Markdown
24 lines
479 B
Markdown
|
---
|
||
|
title: updateChatIsPinned
|
||
|
description: Chat was pinned or unpinned
|
||
|
---
|
||
|
## Constructor: updateChatIsPinned
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
Chat was pinned or unpinned
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required | Description |
|
||
|
|----------|---------------|----------|-------------|
|
||
|
|chat\_id|[int53](../types/int53.md) | Yes|Chat identifier|
|
||
|
|is\_pinned|[Bool](../types/Bool.md) | Yes|New value of is_pinned|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [Update](../types/Update.md)
|
||
|
|
||
|
|