Class InputStreamInputMediaVideo

java.lang.Object
org.telegram.telegrambots.meta.api.objects.media.InputMedia
org.telegram.telegrambots.meta.api.objects.media.InputMediaVideo
io.github.yvasyliev.forwarder.telegram.bot.dto.InputStreamInputMediaVideo
All Implemented Interfaces:
Serializable, org.telegram.telegrambots.meta.api.interfaces.BotApiObject, org.telegram.telegrambots.meta.api.interfaces.Validable

public class InputStreamInputMediaVideo extends org.telegram.telegrambots.meta.api.objects.media.InputMediaVideo
An InputMediaVideo implementation that uses an InputStream as the source of the video data.
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.telegram.telegrambots.meta.api.objects.media.InputMediaVideo

    org.telegram.telegrambots.meta.api.objects.media.InputMediaVideo.InputMediaVideoBuilder<C,B>

    Nested classes/interfaces inherited from class org.telegram.telegrambots.meta.api.objects.media.InputMedia

    org.telegram.telegrambots.meta.api.objects.media.InputMedia.InputMediaBuilder<C,B>
  • Field Summary

    Fields inherited from class org.telegram.telegrambots.meta.api.objects.media.InputMediaVideo

    COVER_FIELD, THUMBNAIL_FIELD

    Fields inherited from class org.telegram.telegrambots.meta.api.objects.media.InputMedia

    CAPTION_ENTITIES_FIELD, CAPTION_FIELD, MEDIA_FIELD, PARSE_MODE_FIELD, TYPE_FIELD
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class org.telegram.telegrambots.meta.api.objects.media.InputMediaVideo

    builder, canEqual, equals, getCover, getDuration, getHasSpoiler, getHeight, getShowCaptionAboveMedia, getStartTimestamp, getSupportsStreaming, getThumbnail, getType, getWidth, hashCode, setCover, setDuration, setHasSpoiler, setHeight, setShowCaptionAboveMedia, setStartTimestamp, setSupportsStreaming, setThumbnail, setWidth, toString, validate

    Methods inherited from class org.telegram.telegrambots.meta.api.objects.media.InputMedia

    getCaption, getCaptionEntities, getMedia, getMediaName, getNewMediaFile, getNewMediaStream, getParseMode, isNewMedia, setCaption, setCaptionEntities, setMedia, setMedia, setMedia, setMediaName, setNewMedia, setNewMediaFile, setNewMediaStream, setParseMode

    Methods inherited from class Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • InputStreamInputMediaVideo

      public InputStreamInputMediaVideo(InputStream mediaStream, String fileName)