Uses of Class
com.github.jamesnetherton.zulip.client.api.message.request.SendMessageApiRequest
Packages that use SendMessageApiRequest
Package
Description
-
Uses of SendMessageApiRequest in com.github.jamesnetherton.zulip.client.api.message
Methods in com.github.jamesnetherton.zulip.client.api.message that return SendMessageApiRequestModifier and TypeMethodDescriptionMessageService.sendChannelMessage(String content, long channelId, String topic) Sends a channel message to the given channel id and topic.MessageService.sendChannelMessage(String content, String channelName, String topic) Sends a channel message to the given channel name and topic.MessageService.sendDirectMessage(String content, long... userIds) Sends a direct message to the users matching the given email user ids.MessageService.sendDirectMessage(String content, String... userEmails) Sends a direct message to the users matching the given email addresses.MessageService.sendStreamMessage(String content, long streamId, String topic) Sends a stream message to the given stream id and topic.MessageService.sendStreamMessage(String content, String streamName, String topic) Sends a stream message to the given stream name and topic. -
Uses of SendMessageApiRequest in com.github.jamesnetherton.zulip.client.api.message.request
Methods in com.github.jamesnetherton.zulip.client.api.message.request that return SendMessageApiRequestModifier and TypeMethodDescriptionSendMessageApiRequest.withLocalId(String localId) The optional local id associated with the message.SendMessageApiRequest.withQueueId(String queueId) The optional queue id associated with the message.SendMessageApiRequest.withReadBySender(boolean readBySender) The optional value of whether the message should be initially marked read by its sender.