usersCount property

int? get usersCount

The number of participants in the conversation.

Implementation

int? get usersCount => message['users_count'];