message

package
v0.1.17 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 31, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Content

type Content interface {
	Builder() (string, error)
	MsgType() string
}

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

type PatchFeishuMessage added in v0.1.13

type PatchFeishuMessage struct {
	MessageId string
	Content   string
	Error     error
}

func NewPatchFeishuMessage added in v0.1.13

func NewPatchFeishuMessage(MessageId string, c Content) *PatchFeishuMessage

func (*PatchFeishuMessage) Message added in v0.1.13

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL