Class TdApi.InputMessageVideo

Enclosing class:
TdApi

public static class TdApi.InputMessageVideo extends TdApi.InputMessageContent
A video message.
  • Field Details

    • video

      public TdApi.InputVideo video
      Video to be sent.
    • caption

      public TdApi.FormattedText caption
      Video caption; pass null to use an empty caption; 0-getOption("message_caption_length_max") characters.
    • showCaptionAboveMedia

      public boolean showCaptionAboveMedia
      True, if the caption must be shown above the video; otherwise, the caption must be shown below the video; not supported in secret chats.
    • selfDestructType

      public TdApi.MessageSelfDestructType selfDestructType
      Video self-destruct type; pass null if none; private chats only.
    • hasSpoiler

      public boolean hasSpoiler
      True, if the video preview must be covered by a spoiler animation; not supported in secret chats.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • InputMessageVideo

      public InputMessageVideo()
      A video message.
    • InputMessageVideo

      public InputMessageVideo(TdApi.InputVideo video, TdApi.FormattedText caption, boolean showCaptionAboveMedia, TdApi.MessageSelfDestructType selfDestructType, boolean hasSpoiler)
      A video message.
      Parameters:
      video - Video to be sent.
      caption - Video caption; pass null to use an empty caption; 0-getOption("message_caption_length_max") characters.
      showCaptionAboveMedia - True, if the caption must be shown above the video; otherwise, the caption must be shown below the video; not supported in secret chats.
      selfDestructType - Video self-destruct type; pass null if none; private chats only.
      hasSpoiler - True, if the video preview must be covered by a spoiler animation; not supported in secret chats.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR