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.
sendVideoNoteMessageThreadId :: SendVideoNoteRequest -> Maybe MessageThreadIdtelegram-bot-api Telegram.Bot.API.Methods.SendVideoNote Unique identifier for the target message thread (topic) of the forum; for forum supergroups only.
sendVideoNoteProtectContent :: SendVideoNoteRequest -> Maybe Booltelegram-bot-api Telegram.Bot.API.Methods.SendVideoNote Protects the contents of the sent message from forwarding and saving
sendVideoNoteReplyMarkup :: SendVideoNoteRequest -> Maybe InlineKeyboardMarkuptelegram-bot-api Telegram.Bot.API.Methods.SendVideoNote Additional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove reply keyboard or to force a reply from the user.
sendVideoNoteReplyParameters :: SendVideoNoteRequest -> Maybe ReplyParameterstelegram-bot-api Telegram.Bot.API.Methods.SendVideoNote Description of the message to reply to.
sendVideoNoteReplyToMessageId :: SendVideoNoteRequest -> Maybe MessageIdtelegram-bot-api Telegram.Bot.API.Methods.SendVideoNote If the message is a reply, ID of the original message
sendVideoNoteThumbnail :: SendVideoNoteRequest -> Maybe InputFiletelegram-bot-api Telegram.Bot.API.Methods.SendVideoNote Thumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail's width and height should not exceed 320. Ignored if the file is not uploaded using multipartform-data. Thumbnails can't be reused and can be only uploaded as a new file, so you can pass “attach:file_attach_name” if the thumbnail was uploaded using multipartform-data under file_attach_name. More info on Sending Files »
sendVideoNoteVideoNote :: SendVideoNoteRequest -> InputFiletelegram-bot-api Telegram.Bot.API.Methods.SendVideoNote Video note to send. Pass a file_id as String to send a video note that exists on the Telegram servers (recommended) or upload a new video using multipart/form-data. More info on Sending Files ». Sending video notes by a URL is currently unsupported
chatMemberCanSendVideoNotes :: ChatMember -> Maybe Booltelegram-bot-api Telegram.Bot.API.Types.ChatMember Restricted only. True, if the user is allowed to send video notes.
chatMemberCanSendVoiceNotes :: ChatMember -> Maybe Booltelegram-bot-api Telegram.Bot.API.Types.ChatMember Restricted only. True, if the user is allowed to send voice notes.
chatPermissionsCanSendVideoNotes :: ChatPermissions -> Maybe Booltelegram-bot-api Telegram.Bot.API.Types.ChatPermissions True, if the user is allowed to send video notes.