Uses of Class
com.github.jamesnetherton.zulip.client.api.message.request.EditMessageApiRequest
Packages that use EditMessageApiRequest
Package
Description
-
Uses of EditMessageApiRequest in com.github.jamesnetherton.zulip.client.api.message
Methods in com.github.jamesnetherton.zulip.client.api.message that return EditMessageApiRequestModifier and TypeMethodDescriptionMessageService.editMessage
(long messageId) Edits the content or topic of a message. -
Uses of EditMessageApiRequest in com.github.jamesnetherton.zulip.client.api.message.request
Methods in com.github.jamesnetherton.zulip.client.api.message.request that return EditMessageApiRequestModifier and TypeMethodDescriptionEditMessageApiRequest.withContent
(String content) Sets the optional edited message content.EditMessageApiRequest.withPropagateMode
(PropagateMode mode) Sets the optional propagation mode.EditMessageApiRequest.withSendNotificationToNewThread
(boolean send) Sets the optional flag for whether to send a message to the new thread to notify users where the message came from.EditMessageApiRequest.withSendNotificationToOldThread
(boolean send) Sets the optional flag for whether to send a message to the old thread to notify users where the message has moved to.EditMessageApiRequest.withStreamId
(long streamId) Sets the optional id of the stream to move the message to.Sets the optional name of the topic to move the message to.