Documentation
¶
Index ¶
Constants ¶
View Source
const TypeAckChat string = "ack_chat"
View Source
const TypeGetHistory string = "get_history"
View Source
const TypeSendMsg string = "send_msg"
View Source
const TypeSetEmail string = "set_email"
View Source
const TypeStartChat string = "start_chat"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AckChat ¶
type GetHistory ¶
type SendMsg ¶
type SendMsg struct {
Text string `json:"text" validate:"required"`
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.