V2TimGroupMemberInfoModifyParam class
V2TimGroupMemberInfoModifyParam
Constructors
-
V2TimGroupMemberInfoModifyParam({required String groupID, required String userID, String? nameCard, Map<
String, String> ? customInfo, int? seconds, GroupMemberRoleTypeEnum? role, ReceiveMsgOptEnum? receiveMessageOpt})
Properties
-
customInfo
↔ Map<
String, String> ? -
getter/setter pair
- groupID ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- modifyFlag ↔ int
-
getter/setter pair
- nameCard ↔ String?
-
getter/setter pair
- receiveMessageOpt ↔ ReceiveMsgOptEnum?
-
getter/setter pair
- role ↔ GroupMemberRoleTypeEnum?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- seconds ↔ int?
-
getter/setter pair
- userID ↔ String
-
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
- kTIMGroupMemberModifyFlag_Custom → const int
- kTIMGroupMemberModifyFlag_MemberRole → const int
- kTIMGroupMemberModifyFlag_MsgFlag → const int
- kTIMGroupMemberModifyFlag_NameCard → const int
- kTIMGroupMemberModifyFlag_None → const int
- kTIMGroupMemberModifyFlag_ShutupTime → const int