Class AttachmentArgument<O>


  • public class AttachmentArgument<O>
    extends InputArgument<org.javacord.api.entity.Attachment,​O>
    An argument that only accepts Attachment input
    • Constructor Detail

      • AttachmentArgument

        public AttachmentArgument​(java.lang.String name,
                                  java.lang.String description,
                                  java.lang.Class<O> resultType)