Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. 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.

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

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

    No documentation available.

  3. 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.

  4. 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.

  5. 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).

  6. sendVideoNoteDisableNotification :: SendVideoNoteRequest -> Maybe Bool

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

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

  7. sendVideoNoteDuration :: SendVideoNoteRequest -> Maybe Int

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

    Duration of sent video in seconds

  8. sendVideoNoteLength :: SendVideoNoteRequest -> Maybe Int

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

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

  9. 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.

  10. sendVideoNoteMessageThreadId :: SendVideoNoteRequest -> Maybe MessageThreadId

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

    Unique identifier for the target message thread (topic) of the forum; for forum supergroups only.

Page 181 of many | Previous | Next