Uses of Class
com.github.jamesnetherton.zulip.client.api.message.request.EditScheduledMessageApiRequest
Packages that use EditScheduledMessageApiRequest
Package
Description
-
Uses of EditScheduledMessageApiRequest in com.github.jamesnetherton.zulip.client.api.message
Methods in com.github.jamesnetherton.zulip.client.api.message that return EditScheduledMessageApiRequestModifier and TypeMethodDescriptionMessageService.editScheduledMessage
(long scheduledMessageId) Edits an existing scheduled message. -
Uses of EditScheduledMessageApiRequest in com.github.jamesnetherton.zulip.client.api.message.request
Methods in com.github.jamesnetherton.zulip.client.api.message.request that return EditScheduledMessageApiRequestModifier and TypeMethodDescriptionEditScheduledMessageApiRequest.withContent
(String content) Sets the topic of the message.EditScheduledMessageApiRequest.withScheduledDeliveryTimestamp
(Instant scheduledDeliveryTimestamp) Sets the UNIX epoch timestamp for when the message will be sent.EditScheduledMessageApiRequest.withTo
(long... to) Sets the id of the stream, or one or more user ids to send the scheduled message to.Sets the topic of the message.EditScheduledMessageApiRequest.withType
(MessageType type) Sets the type of scheduled message to be sent