Advertisement
Nevoic

Untitled

Oct 17th, 2019
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. getChats = toList . fmap toText <$> (get [i|#{base}/get_chats?token=#{token}|] <&> (^. responseBody . _Array))
  2.     where toText (String s) = s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement