Uses of Class
com.github.jamesnetherton.zulip.client.api.message.request.GetMessageHistoryApiRequest
Packages that use GetMessageHistoryApiRequest
Package
Description
-
Uses of GetMessageHistoryApiRequest in com.github.jamesnetherton.zulip.client.api.message
Methods in com.github.jamesnetherton.zulip.client.api.message that return GetMessageHistoryApiRequestModifier and TypeMethodDescriptionMessageService.getMessageHistory
(long messageId) Gets a message edit history. -
Uses of GetMessageHistoryApiRequest in com.github.jamesnetherton.zulip.client.api.message.request
Methods in com.github.jamesnetherton.zulip.client.api.message.request that return GetMessageHistoryApiRequestModifier and TypeMethodDescriptionGetMessageHistoryApiRequest.withAllowEmptyTopicName
(boolean allowEmptyTopicName) Sets whether the topic names such as topic and prev_topic fields in the message_history objects returned can be an empty string.