-
public interface SendMessageWithAttachments
-
-
Method Summary
-
-
Method Detail
-
invoke
@Deprecated(message = Use sendMessage() and attachment.upload instead of this useCase, level = DeprecationLevel.WARNING)@CheckResult() abstract Call<Message> invoke(String cid, Message message, List<File> files, Function2<Attachment, File, Unit> attachmentTransformer)
-
-
-
-