uploadAttachment abstract method
- LocalAttachment attachment
Creates a new Attachment linked to the authenticated MyUser for a later use in the sendChatMessage method.
Implementation
Future<Attachment> uploadAttachment(LocalAttachment attachment);
Creates a new Attachment linked to the authenticated MyUser for a later use in the sendChatMessage method.
Future<Attachment> uploadAttachment(LocalAttachment attachment);