Module
MeowClient.Message
- Package
- purescript-meowclient
- Repository
- userfriendanonymous/purescript-meowclient
#Variant Source
data Variant
Type of a message with data.
Constructors
StudioActivity StudioActivity
ForumPost ForumPost
AddComment AddComment
FollowUser FollowUser
LoveProject LoveProject
FavoriteProject FavoriteProject
RemixProject RemixProject
BecomeHostStudio BecomeHostStudio
CuratorInvite CuratorInvite
Instances
#StudioActivity Source
type StudioActivity = { galleryId :: Number, title :: String }
#FollowUser Source
type FollowUser = { followedUserId :: Number, followedUsername :: String }
#LoveProject Source
type LoveProject = { projectId :: Int, title :: String }
#FavoriteProject Source
type FavoriteProject = { projectId :: Int, projectTitle :: String }
#CuratorInvite Source
type CuratorInvite = { galleryId :: Int, title :: String }
- Modules
- MeowClient
- MeowClient.
CloudSocket - MeowClient.
Forum - MeowClient.
Forum. Topic - MeowClient.
ForumPost - MeowClient.
ForumPost. Info - MeowClient.
ForumTopic - MeowClient.
ForumTopic. Info - MeowClient.
JsonOrJsError - MeowClient.
Message - MeowClient.
Profile - MeowClient.
Profile. Api - MeowClient.
Profile. Comment - MeowClient.
Profile. Comment. Reply - MeowClient.
Profile. Status - MeowClient.
Project - MeowClient.
Project. Api - MeowClient.
Project. Comment - MeowClient.
Project. Comment. Reply - MeowClient.
SearchMode - MeowClient.
SearchProjects - MeowClient.
Session - MeowClient.
Session. Auth - MeowClient.
Studio - MeowClient.
Studio. Api - MeowClient.
Studio. MyStatus - MeowClient.
Studio. Project - MeowClient.
Utils - MeowClient.
Visibility