Uses of Class
api.longpoll.bots.model.objects.additional.UploadedFile
Packages that use UploadedFile
Package
Description
Helper classes to upload attachments.
Methods to work with messages.
Methods to work with community wall.
-
Uses of UploadedFile in api.longpoll.bots.helpers.attachments
Methods in api.longpoll.bots.helpers.attachments that return UploadedFileModifier and TypeMethodDescriptionUploadableDoc.upload()UploadableFile.upload()Uploads file synchronously.UploadablePhoto.upload()Methods in api.longpoll.bots.helpers.attachments that return types with arguments of type UploadedFileModifier and TypeMethodDescriptionUploadableDoc.uploadAsync()UploadableFile.uploadAsync()Uploads file asynchronously.UploadablePhoto.uploadAsync() -
Uses of UploadedFile in api.longpoll.bots.methods.impl.messages
Methods in api.longpoll.bots.methods.impl.messages with parameters of type UploadedFileModifier and TypeMethodDescriptionEdit.setAttachment(UploadedFile... uploadedFiles) Send.setAttachment(UploadedFile... uploadedFiles) Method parameters in api.longpoll.bots.methods.impl.messages with type arguments of type UploadedFileModifier and TypeMethodDescriptionEdit.setAttachment(Iterable<UploadedFile> uploadedFiles) Send.setAttachment(Iterable<UploadedFile> uploadedFiles) -
Uses of UploadedFile in api.longpoll.bots.methods.impl.wall
Methods in api.longpoll.bots.methods.impl.wall with parameters of type UploadedFileMethod parameters in api.longpoll.bots.methods.impl.wall with type arguments of type UploadedFileModifier and TypeMethodDescriptionCreateComment.setAttachment(Iterable<UploadedFile> attachments)