All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.seratch.jslack.api.model.block.element.RichTextUnknownElement Maven / Gradle / Ivy

The newest version!
package com.github.seratch.jslack.api.model.block.element;

import lombok.*;

@Data
@EqualsAndHashCode(callSuper = true)
@Builder
@NoArgsConstructor
@AllArgsConstructor
public class RichTextUnknownElement extends BlockElement implements RichTextElement {
    private String type;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy