package
Version:
v0.0.0-...-41b38f0
Opens a new window with list of versions in this module.
Published: Oct 26, 2022
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CreateNewConversationInput struct {
Title string `json:"title"`
RecipentIDList []entity.ID `json:"recipentIdList"`
Text *string `json:"text"`
}
type CreateNewConversationPayload struct {
Conversation *entity.Conversation `json:"conversation"`
}
type PostMessageInput struct {
ConversationID entity.ID `json:"conversationId"`
Text string `json:"text"`
}
type PostMessagePayload struct {
Message *entity.Message `json:"message"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.