Class TdApi.InputMessageVideoNote

Enclosing class:
TdApi

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

    • videoNote

      public TdApi.InputVideoNote videoNote
      Video note to be sent.
    • selfDestructType

      public TdApi.MessageSelfDestructType selfDestructType
      Video note self-destruct type; may be null if none; pass null if none; private chats only.
    • CONSTRUCTOR

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

    • InputMessageVideoNote

      public InputMessageVideoNote()
      A video note message.
    • InputMessageVideoNote

      public InputMessageVideoNote(TdApi.InputVideoNote videoNote, TdApi.MessageSelfDestructType selfDestructType)
      A video note message.
      Parameters:
      videoNote - Video note to be sent.
      selfDestructType - Video note self-destruct type; may be null if none; pass null if none; private chats only.
  • 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