NIMSuperTeamNotificationTypes class Null safety
Notification types in a chat room
Constructors
Properties
- hashCode → int
-
The hash code for this object.
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- addManager → const int
-
Assign A new admin is assigned in a super group
407
- applyPass → const int
-
Join requests are approved
410
- changeOwner → const int
-
The ownership of a super group is transferred
406
- dismiss → const int
-
A super group is dismissed
405
- invite → const int
-
A user is invited to a super group
401
- inviteAccept → const int
-
An invitation to join a super group is accepted
411
- kick → const int
-
A member is removed from a super group
402
- leave → const int
-
A user leaves a super group
403
- muteList → const int
-
Group members are muted in a super group
409
- removeManager → const int
-
The admin role is revoked
408
- updateInfo → const int
-
The supergroup profile is updated
404