IGroupsApi class abstract

DO NOT MODIFY

GENERATED API OPERATIONS

Constructors

IGroupsApi()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addGroupInteraction(String id, IGroupInteraction body) Future
createGroup(IGroupData body) Future<IGroup>
createGroupInvitation(String id, IGroupInvitation body) Future<IGroupInvitation>
deleteGroup(String id) Future
getGroupById(String id) Future<IGroup>
getGroupInteractions(String id) Future
leaveGroup(String id) Future
listGroups({String? type}) Future<List<IGroup>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
redeemGroupInvitation(String id, String token, IGroupInvitationRedeemRequest body) Future
toString() String
A string representation of this object.
inherited
updateGroup(String id, IGroupData body) Future<IGroup>
viewInvitation(String id, String token) Future<IGroupInvitationPreview>

Operators

operator ==(Object other) bool
The equality operator.
inherited