public class MediaFile
An uploaded file.
public MediaFile(@NotNull
java.lang.String url,
@NotNull
java.lang.String name,
@NotNull
ai.tock.bot.engine.action.SendAttachment.AttachmentType type)
An uploaded file.
@NotNull public java.lang.String getUrl()
@NotNull public java.lang.String getName()
@NotNull public ai.tock.bot.engine.action.SendAttachment.AttachmentType getType()
@NotNull public java.lang.String component1()
@NotNull public java.lang.String component2()
@NotNull public ai.tock.bot.engine.action.SendAttachment.AttachmentType component3()
@NotNull public MediaFile copy(@NotNull java.lang.String url, @NotNull java.lang.String name, @NotNull ai.tock.bot.engine.action.SendAttachment.AttachmentType type)
An uploaded file.
@NotNull public java.lang.String toString()
An uploaded file.
public int hashCode()
An uploaded file.
public boolean equals(@Nullable
java.lang.Object p)
An uploaded file.