participants property

Iterable<User> participants
latefinal

List of participants in channel. If not group dm channel it will only return other user in chat.

Implementation

late final Iterable<User> participants;