V2TimGroupReportElem class
V2TimGroupReportElem
Constructors
- V2TimGroupReportElem({required String groupID, required int type, String? opUserID, V2TimUserFullInfo? opUserInfo, V2TimGroupMemberInfo? opMemberInfo, String? reason, String? customData, String? platform, int? shutUpTime, int? messageReceiveOpt})
- V2TimGroupReportElem.fromJson(Map json)
Properties
- customData ↔ String?
-
getter/setter pair
- elemType ↔ int?
-
getter/setter pairinherited
- groupID ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- messageReceiveOpt ↔ int?
-
getter/setter pair
-
nextElem
↔ Map<
String, dynamic> ? -
getter/setter pairinherited
- opMemberInfo ↔ V2TimGroupMemberInfo?
-
getter/setter pair
- opUserID ↔ String?
-
getter/setter pair
- opUserInfo ↔ V2TimUserFullInfo?
-
getter/setter pair
- platform ↔ String?
-
getter/setter pair
- reason ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shutUpTime ↔ int?
-
getter/setter pair
- type ↔ int
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toLogString(
) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- kTIMGroupReport_AddAccept → const int
- kTIMGroupReport_AddRefuse → const int
- kTIMGroupReport_AddRequest → const int
- kTIMGroupReport_BannedFromGroup → const int
- kTIMGroupReport_BeKicked → const int
- kTIMGroupReport_CancelAdmin → const int
- kTIMGroupReport_Create → const int
- kTIMGroupReport_Delete → const int
- kTIMGroupReport_GrantAdmin → const int
- kTIMGroupReport_GroupMessageRead → const int
- kTIMGroupReport_GroupMessageRecvOption → const int
- kTIMGroupReport_GroupRecycle → const int
- kTIMGroupReport_Invite → const int
- kTIMGroupReport_InviteAccept → const int
- kTIMGroupReport_InviteRefuse → const int
- kTIMGroupReport_InviteReqToAdmin → const int
- kTIMGroupReport_InviteReqToInvitee → const int
- kTIMGroupReport_None → const int
- kTIMGroupReport_Quit → const int
- kTIMGroupReport_ReadReport → const int
- kTIMGroupReport_ShutUpMember → const int
- kTIMGroupReport_TopicCreate → const int
- kTIMGroupReport_TopicDelete → const int
- kTIMGroupReport_UnbannedFromGroup → const int
- kTIMGroupReport_UserDefine → const int