chat_ids property

List<int> chat_ids
read / write

Identifiers of chats to be accessible by the invite link. Use getChatsForChatFolderInviteLink to get suitable chats. Basic groups will be automatically converted to supergroups before link creation.

Implementation

late List<int> chat_ids;