Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. PersonTypeBot :: PersonType

    webex-teams-api Network.WebexTeams

    The Person is a bot. Decoded from "bot".

  2. PersonTypePerson :: PersonType

    webex-teams-api Network.WebexTeams

    The Person is a real human. Decoded from "person".

  3. data Person

    webex-teams-api Network.WebexTeams.Types

    Person is detail description of Webex Teams user or bot. Person is decoded from response JSON of Get Person Details REST call. It is also element type of response of List People call.

  4. Person :: PersonId -> Maybe Errors -> Maybe [Email] -> Maybe DisplayName -> Maybe NickName -> Maybe FirstName -> Maybe LastName -> Maybe AvatarUrl -> Maybe OrganizationId -> Maybe [RoleId] -> Maybe [LicenseId] -> Maybe Timestamp -> Maybe Timezone -> Maybe Timestamp -> Maybe PersonStatus -> Maybe Bool -> Maybe Bool -> Maybe PersonType -> Person

    webex-teams-api Network.WebexTeams.Types

    No documentation available.

  5. data PersonFilter

    webex-teams-api Network.WebexTeams.Types

    Optional query strings for people list API.

  6. PersonFilter :: Maybe Email -> Maybe DisplayName -> Maybe OrganizationId -> PersonFilter

    webex-teams-api Network.WebexTeams.Types

    No documentation available.

  7. newtype PersonId

    webex-teams-api Network.WebexTeams.Types

    Identifying Person describing detail of Webex Teams user or bot.

  8. PersonId :: Text -> PersonId

    webex-teams-api Network.WebexTeams.Types

    No documentation available.

  9. newtype PersonList

    webex-teams-api Network.WebexTeams.Types

    PersonList is decoded from response JSON of List People REST call. It is list of Person.

  10. PersonList :: [Person] -> PersonList

    webex-teams-api Network.WebexTeams.Types

    No documentation available.

Page 1086 of many | Previous | Next