pinned_chat_ids property

List<int> pinned_chat_ids
read / write

The chat identifiers of pinned chats in the folder. There can be up to getOption("chat_folder_chosen_chat_count_max") pinned and always included non-secret chats and the same number of secret chats, but the limit can be increased with Telegram Premium.

Implementation

late List<int> pinned_chat_ids;