data class GroupInfo
A group information instance.
This class contains the information about one specific group such as the name or the participants who are part of it.
val id: String
Group identifier. |
|
val name: String
Group name. |
|
val participants: List<User>
User who are included in this group. |