ChatGroupOptions class

The group options to be configured when the chat group is created.

Constructors

ChatGroupOptions({ChatGroupStyle style = ChatGroupStyle.PrivateOnlyOwnerInvite, int maxCount = 200, bool inviteNeedConfirm = false, String? ext})
Sets the group options.

Properties

ext String?
Gets the extension in a group.
final
hashCode int
The hash code for this object.
no setterinherited
inviteNeedConfirm bool
Whether you need the approval from the user when adding this user to the chat group.
final
maxCount int
Gets the maximum number of members in a group.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style ChatGroupStyle
Gets the group style.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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