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. data SendVideoNoteRequest

    telegram-bot-api Telegram.Bot.API.Methods.SendVideoNote

    Request parameters for sendVideoNote.

  2. SendVideoNoteRequest :: Maybe BusinessConnectionId -> SomeChatId -> Maybe MessageThreadId -> InputFile -> Maybe Int -> Maybe Int -> Maybe InputFile -> Maybe Bool -> Maybe Bool -> Maybe Text -> Maybe MessageId -> Maybe ReplyParameters -> Maybe InlineKeyboardMarkup -> SendVideoNoteRequest

    telegram-bot-api Telegram.Bot.API.Methods.SendVideoNote

    No documentation available.

  3. defSendVideoNote :: SomeChatId -> InputFile -> SendVideoNoteRequest

    telegram-bot-api Telegram.Bot.API.Methods.SendVideoNote

    No documentation available.

  4. sendVideoNote :: SendVideoNoteRequest -> ClientM (Response Message)

    telegram-bot-api Telegram.Bot.API.Methods.SendVideoNote

    As of v.4.0, Telegram clients support rounded square mp4 videos of up to 1 minute long. Use this method to send video messages. On success, the sent Message is returned.

  5. sendVideoNoteBusinessConnectionId :: SendVideoNoteRequest -> Maybe BusinessConnectionId

    telegram-bot-api Telegram.Bot.API.Methods.SendVideoNote

    Unique identifier of the business connection on behalf of which the message will be sent.

  6. sendVideoNoteChatId :: SendVideoNoteRequest -> SomeChatId

    telegram-bot-api Telegram.Bot.API.Methods.SendVideoNote

    Unique identifier for the target chat or username of the target channel (in the format @channelusername).

  7. sendVideoNoteDisableNotification :: SendVideoNoteRequest -> Maybe Bool

    telegram-bot-api Telegram.Bot.API.Methods.SendVideoNote

    Sends the message silently. Users will receive a notification with no sound.

  8. sendVideoNoteDuration :: SendVideoNoteRequest -> Maybe Int

    telegram-bot-api Telegram.Bot.API.Methods.SendVideoNote

    Duration of sent video in seconds

  9. sendVideoNoteLength :: SendVideoNoteRequest -> Maybe Int

    telegram-bot-api Telegram.Bot.API.Methods.SendVideoNote

    Video width and height, i.e. diameter of the video message

  10. sendVideoNoteMessageEffectId :: SendVideoNoteRequest -> Maybe Text

    telegram-bot-api Telegram.Bot.API.Methods.SendVideoNote

    Unique identifier of the message effect to be added to the message; for private chats only.

Page 153 of many | Previous | Next