FindAttachmentQueryParams

public final class FindAttachmentQueryParams implements IQueryParams

Class representation of the query parameters for finding an attachment.

Constructors

Link copied to clipboard
public FindAttachmentQueryParams FindAttachmentQueryParams(@Json(name = "message_id") String messageId)

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
private final String messageId

Message ID to find the attachment in.

Functions

Link copied to clipboard

Convert the query parameters to a json-formatted map.

Link copied to clipboard
public final String getMessageId()

Message ID to find the attachment in.