buildGroupMessage abstract method

Future<Result<List<int>>> buildGroupMessage(
  1. int msgID,
  2. int msgTag,
  3. String groupName,
  4. List<int> content,
  5. bool isEncrypted,
  6. bool isCached,
  7. bool isFirst,
  8. bool isLast,
  9. bool isRequest,
)

Implementation

Future<Result<List<int>>> buildGroupMessage(
  int msgID,
  int msgTag,
  String groupName,
  List<int> content,
  bool isEncrypted,
  bool isCached,
  bool isFirst,
  bool isLast,
  bool isRequest,
);