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. sendVideoNoteProtectContent :: SendVideoNoteRequest -> Maybe Bool

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

    Protects the contents of the sent message from forwarding and saving

  2. sendVideoNoteReplyMarkup :: SendVideoNoteRequest -> Maybe InlineKeyboardMarkup

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

  3. sendVideoNoteReplyParameters :: SendVideoNoteRequest -> Maybe ReplyParameters

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

    Description of the message to reply to.

  4. sendVideoNoteReplyToMessageId :: SendVideoNoteRequest -> Maybe MessageId

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

    If the message is a reply, ID of the original message

  5. sendVideoNoteThumbnail :: SendVideoNoteRequest -> Maybe InputFile

    telegram-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 »

  6. sendVideoNoteVideoNote :: SendVideoNoteRequest -> InputFile

    telegram-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

  7. chatMemberCanSendVideoNotes :: ChatMember -> Maybe Bool

    telegram-bot-api Telegram.Bot.API.Types.ChatMember

    Restricted only. True, if the user is allowed to send video notes.

  8. chatMemberCanSendVoiceNotes :: ChatMember -> Maybe Bool

    telegram-bot-api Telegram.Bot.API.Types.ChatMember

    Restricted only. True, if the user is allowed to send voice notes.

  9. chatPermissionsCanSendVideoNotes :: ChatPermissions -> Maybe Bool

    telegram-bot-api Telegram.Bot.API.Types.ChatPermissions

    True, if the user is allowed to send video notes.

  10. chatPermissionsCanSendVoiceNotes :: ChatPermissions -> Maybe Bool

    telegram-bot-api Telegram.Bot.API.Types.ChatPermissions

    True, if the user is allowed to send voice notes.

Page 182 of many | Previous | Next