Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Name ... Name = "telegram" // AttrToken ... AttrToken = "token" // AttrName ... AttrName = "name" // AttrBody ... AttrBody = "body" )
View Source
const (
// FuncEntityAction ...
FuncEntityAction = "telegramAction"
)
View Source
const (
// StatusDelivered ...
StatusDelivered = "delivered"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Actor ¶
type Actor struct { entity_manager.BaseActor AccessToken string // contains filtered or unexported fields }
Actor ...
func NewActor ¶
func NewActor(entity *m.Entity, entityManager entity_manager.EntityManager, scriptService scripts.ScriptService, eventBus bus.Bus, adaptors *adaptors.Adaptors) (*Actor, error)
NewActor ...
Click to show internal directories.
Click to hide internal directories.