Module

Wechaty.Contact

Package
purescript-wechaty
Repository
Lupino/purescript-wechaty

#Contact Source

data Contact :: Type

#ContactT Source

#runContactT Source

runContactT :: forall m a. Contact -> ContactT m a -> m a

#find Source

find :: forall eff. String -> Aff eff (Maybe Contact)

#say Source

say :: forall eff m a. MonadAff (wechaty :: WECHATY | eff) m => a -> ContactT m Unit

#getContactName Source

#contactName Source

contactName :: forall m. Monad m => ContactT m String

#self Source

self :: forall eff. Eff (wechaty :: WECHATY | eff) Contact

#findAll Source

findAll :: forall eff. String -> Aff eff (Array Contact)

Re-exports from Wechaty.Types

#WECHATY Source

data WECHATY :: Effect