NIMChatroomMemberInAttachment class Null safety
Attachment for a message sent when members join a chat room
- Inheritance
-
- Object
- NIMMessageAttachment
- NIMChatroomNotificationAttachment
- NIMChatroomMemberInAttachment
- Annotations
-
- @JsonSerializable()
Constructors
Properties
-
extension
→ Map<
String, dynamic> ? -
Get the extension field for notifications in a chat room
NIMChatroomEnterRequest.notifyExtension
@JsonKey(fromJson: castPlatformMapToDartMap), final, inherited
- hashCode → int
-
The hash code for this object.
read-only, inherited
- muted → bool
-
Check if the chat room is muted
@JsonKey(defaultValue: false), final
- operator → String?
-
Accounts that perform the operations.
final, inherited
- operatorNick → String?
-
Nicknames of users that perform the operation
final, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
-
targetNicks
→ List<
String> ? -
Nicknames of targets for the operation
final, inherited
-
targets
→ List<
String> ? -
Accounts that are handled by the operation
final, inherited
- tempMuted → bool
-
Check if the chat room is temporarily muted.
@JsonKey(defaultValue: false), final
- tempMutedDuration → int
-
Duration being temporarily muted in is seconds
@JsonKey(defaultValue: 0), final
- type → int
-
For more information about notification types, see NIMChatroomNotificationTypes.
final, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited