Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateFeishuMessage ¶
type CreateFeishuMessage struct { ReceiveIdType string ReceiveId string MsgType string Content string Error error }
func NewCreateFeishuMessage ¶
func NewCreateFeishuMessage(ReceiveIdType, ReceiveId string, c Content) *CreateFeishuMessage
func (*CreateFeishuMessage) Message ¶
func (f *CreateFeishuMessage) Message() (*larkim.CreateMessageReq, error)
type PatchFeishuMessage ¶ added in v0.1.13
func NewPatchFeishuMessage ¶ added in v0.1.13
func NewPatchFeishuMessage(MessageId string, c Content) *PatchFeishuMessage
func (*PatchFeishuMessage) Message ¶ added in v0.1.13
func (f *PatchFeishuMessage) Message() (*larkim.PatchMessageReq, error)
Click to show internal directories.
Click to hide internal directories.