package oco

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service Robot

robot.proto:8

The RPC service that controls the chat bot.

message MatchedMessage

core.proto:13

An incoming message that matched a chat route.

Used in: Event

message Message

core.proto:19

A chat message.

Used in: MatchedMessage, SendMessagesRequest

message Room

core.proto:25

A chat room.

Used in: JoinRequest, PartRequest, Source

message Source

core.proto:31

The user/room that sent an incoming message or the user/room to send an outgoing messsage to.

Used in: Message

message User

core.proto:37

A user of the chat service.

Used in: Source