MadelineProto/docs/TD_docs/methods/toggleChatIsPinned.md
Daniil Gentili 8600a2fcba docufix
2017-09-29 15:50:59 +02:00

717 B

title description
toggleChatIsPinned Changes chat pinned state. You can pin up to getOption("pinned_chat_count_max") non-secret chats and the same number of secret chats

Method: toggleChatIsPinned

Back to methods index

YOU CANNOT USE THIS METHOD IN MADELINEPROTO

Changes chat pinned state. You can pin up to getOption("pinned_chat_count_max") non-secret chats and the same number of secret chats

Params:

Name Type Required Description
chat_id int53 Yes Chat identifier
is_pinned Bool Yes New value of is_pinned

Return type: Ok