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.
chatPermissionsCanSendVoiceNotes :: ChatPermissions -> Maybe Booltelegram-bot-api Telegram.Bot.API.Types.ChatPermissions True, if the user is allowed to send voice notes.
externalReplyInfoVideoNote :: ExternalReplyInfo -> Maybe VideoNotetelegram-bot-api Telegram.Bot.API.Types.ExternalReplyInfo Message is a video note, information about the video message
messageVideoNote :: Message -> Maybe VideoNotetelegram-bot-api Telegram.Bot.API.Types.Message Message is a video note, information about the video message
module Telegram.Bot.API.Types.
VideoNote No documentation available.
-
telegram-bot-api Telegram.Bot.API.Types.VideoNote This object represents a video message (available in Telegram apps as of v.4.0).
VideoNote :: FileId -> FileId -> Int -> Seconds -> Maybe PhotoSize -> Maybe Integer -> VideoNotetelegram-bot-api Telegram.Bot.API.Types.VideoNote No documentation available.
videoNoteDuration :: VideoNote -> Secondstelegram-bot-api Telegram.Bot.API.Types.VideoNote Duration of the video in seconds as defined by sender.
videoNoteFileId :: VideoNote -> FileIdtelegram-bot-api Telegram.Bot.API.Types.VideoNote Unique identifier for this file.
videoNoteFileSize :: VideoNote -> Maybe Integertelegram-bot-api Telegram.Bot.API.Types.VideoNote File size in bytes.
videoNoteFileUniqueId :: VideoNote -> FileIdtelegram-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.