Class TdApi.MessageVideoNote

Enclosing class:
TdApi

public static class TdApi.MessageVideoNote extends TdApi.MessageContent
A video note message.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Identifier uniquely determining type of the object.
    boolean
    True, if the video note thumbnail must be blurred and the video note must be shown only while tapped.
    boolean
    True, if at least one of the recipients has viewed the video note.
    The video note description.
  • Constructor Summary

    Constructors
    Constructor
    Description
    A video note message.
    MessageVideoNote(TdApi.VideoNote videoNote, boolean isViewed, boolean isSecret)
    A video note message.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns an identifier uniquely determining type of the object.

    Methods inherited from class dev.voroby.springframework.telegram.client.TdApi.Object

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • videoNote

      public TdApi.VideoNote videoNote
      The video note description.
    • isViewed

      public boolean isViewed
      True, if at least one of the recipients has viewed the video note.
    • isSecret

      public boolean isSecret
      True, if the video note thumbnail must be blurred and the video note must be shown only while tapped.
    • CONSTRUCTOR

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

    • MessageVideoNote

      public MessageVideoNote()
      A video note message.
    • MessageVideoNote

      public MessageVideoNote(TdApi.VideoNote videoNote, boolean isViewed, boolean isSecret)
      A video note message.
      Parameters:
      videoNote - The video note description.
      isViewed - True, if at least one of the recipients has viewed the video note.
      isSecret - True, if the video note thumbnail must be blurred and the video note must be shown only while tapped.
  • 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