Sends "upload photo" action to the current chat.
Example:
await ctx.sendUploadPhoto();
Future<bool> sendUploadPhoto() => sendChatAction(ChatAction.uploadPhoto);