user_ids property

List<int> user_ids
read / write

Identifiers of the users to be added to the chat. The maximum number of added users is 20 for supergroups and 100 for channels.

Implementation

late List<int> user_ids;