1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 17:06:57 +01:00
MadelineProto/docs/TD_docs/methods/setPinnedChats.md

23 lines
484 B
Markdown
Raw Normal View History

2017-08-25 15:05:53 +02:00
---
title: setPinnedChats
description: Changes list or order of pinned chats
---
## Method: setPinnedChats
[Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Changes list or order of pinned chats
### Parameters:
2017-08-25 15:05:53 +02:00
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
2018-03-20 16:42:05 +01:00
|chat\_ids|Array of [CLICK ME int53](../types/int53.md) | Yes|New list of pinned chats|
2017-08-25 15:05:53 +02:00
### Return type: [Ok](../types/Ok.md)