Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. chatPermissionsCanSendVoiceNotes :: ChatPermissions -> Maybe Bool

    telegram-bot-api Telegram.Bot.API.Types.ChatPermissions

    True, if the user is allowed to send voice notes.

  2. externalReplyInfoVideoNote :: ExternalReplyInfo -> Maybe VideoNote

    telegram-bot-api Telegram.Bot.API.Types.ExternalReplyInfo

    Message is a video note, information about the video message

  3. messageVideoNote :: Message -> Maybe VideoNote

    telegram-bot-api Telegram.Bot.API.Types.Message

    Message is a video note, information about the video message

  4. module Telegram.Bot.API.Types.VideoNote

    No documentation available.

  5. data VideoNote

    telegram-bot-api Telegram.Bot.API.Types.VideoNote

    This object represents a video message (available in Telegram apps as of v.4.0).

  6. VideoNote :: FileId -> FileId -> Int -> Seconds -> Maybe PhotoSize -> Maybe Integer -> VideoNote

    telegram-bot-api Telegram.Bot.API.Types.VideoNote

    No documentation available.

  7. videoNoteDuration :: VideoNote -> Seconds

    telegram-bot-api Telegram.Bot.API.Types.VideoNote

    Duration of the video in seconds as defined by sender.

  8. videoNoteFileId :: VideoNote -> FileId

    telegram-bot-api Telegram.Bot.API.Types.VideoNote

    Unique identifier for this file.

  9. videoNoteFileSize :: VideoNote -> Maybe Integer

    telegram-bot-api Telegram.Bot.API.Types.VideoNote

    File size in bytes.

  10. videoNoteFileUniqueId :: VideoNote -> FileId

    telegram-bot-api Telegram.Bot.API.Types.VideoNote

    Unique identifier for this file, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file.

Page 155 of many | Previous | Next