MmWsAction class
Represents a Mattermost websocket action. This is what you send to the websocket endpoint.
- possible actions are
user_typing
- Inheritance
-
- Object
- MmWsMessage
- MmWsAction
Constructors
-
MmWsAction(String action, Map<
String, dynamic> ? data) -
MmWsAction.fromJson(Map<
String, dynamic> data) -
factory
- MmWsAction.getStatuses()
-
factory
-
MmWsAction.getStatusesByIds(List<
String> userIds) -
factory
- MmWsAction.userTyping(String channelId, String parentId)
-
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited