Class TdApi.PageBlockVideo

    • Field Detail

      • video

        public TdApi.Video video
        Video file; may be null.
      • needAutoplay

        public boolean needAutoplay
        True, if the video should be played automatically.
      • isLooped

        public boolean isLooped
        True, if the video should be looped.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • PageBlockVideo

        public PageBlockVideo()
        Default constructor.
      • PageBlockVideo

        public PageBlockVideo​(TdApi.Video video,
                              TdApi.RichText caption,
                              boolean needAutoplay,
                              boolean isLooped)
        Constructor for initialization of all fields.
        Parameters:
        video - Video file; may be null.
        caption - Video caption.
        needAutoplay - True, if the video should be played automatically.
        isLooped - True, if the video should be looped.