Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewTextMessage ¶
func NewTextMessage(content string) (json.RawMessage, error)
Types ¶
type AccessTokenReqBody ¶
type SeatalkGetBotSubscriberListResponse ¶
type SeatalkGetBotSubscriberListResponse struct { Code int `json:"code"` NextCursor string `json:"next_cursor"` Subscribers Subscribers `json:"subscribers"` }
type SendToSubsRequestBody ¶
type SendToSubsRequestBody struct { EmployeeCode string `json:"employee_code"` Message json.RawMessage `json:"message"` }
type Subscribers ¶
type Subscribers struct {
EmployeeCodes []string `json:"employee_code"`
}
type TextMessage ¶
Click to show internal directories.
Click to hide internal directories.