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.
-
telegram-bot-api Telegram.Bot.API.Methods.SendVideoNote Request parameters for sendVideoNote.
-
telegram-bot-api Telegram.Bot.API.Methods.SendVideoNote No documentation available.
defSendVideoNote :: SomeChatId -> InputFile -> SendVideoNoteRequesttelegram-bot-api Telegram.Bot.API.Methods.SendVideoNote No documentation available.
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.
sendVideoNoteBusinessConnectionId :: SendVideoNoteRequest -> Maybe BusinessConnectionIdtelegram-bot-api Telegram.Bot.API.Methods.SendVideoNote Unique identifier of the business connection on behalf of which the message will be sent.
sendVideoNoteChatId :: SendVideoNoteRequest -> SomeChatIdtelegram-bot-api Telegram.Bot.API.Methods.SendVideoNote Unique identifier for the target chat or username of the target channel (in the format @channelusername).
sendVideoNoteDisableNotification :: SendVideoNoteRequest -> Maybe Booltelegram-bot-api Telegram.Bot.API.Methods.SendVideoNote Sends the message silently. Users will receive a notification with no sound.
sendVideoNoteDuration :: SendVideoNoteRequest -> Maybe Inttelegram-bot-api Telegram.Bot.API.Methods.SendVideoNote Duration of sent video in seconds
sendVideoNoteLength :: SendVideoNoteRequest -> Maybe Inttelegram-bot-api Telegram.Bot.API.Methods.SendVideoNote Video width and height, i.e. diameter of the video message
sendVideoNoteMessageEffectId :: SendVideoNoteRequest -> Maybe Texttelegram-bot-api Telegram.Bot.API.Methods.SendVideoNote Unique identifier of the message effect to be added to the message; for private chats only.