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

  2. sendVideoNoteProtectContent :: SendVideoNoteRequest -> Maybe Bool

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

    Protects the contents of the sent message from forwarding and saving

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

  4. sendVideoNoteReplyParameters :: SendVideoNoteRequest -> Maybe ReplyParameters

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

    Description of the message to reply to.

  5. sendVideoNoteReplyToMessageId :: SendVideoNoteRequest -> Maybe MessageId

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

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

  6. 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 »

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

  8. chatMemberCanSendVideoNotes :: ChatMember -> Maybe Bool

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

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

  9. chatMemberCanSendVoiceNotes :: ChatMember -> Maybe Bool

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

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

  10. chatPermissionsCanSendVideoNotes :: ChatPermissions -> Maybe Bool

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

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

Page 154 of many | Previous | Next