Class TdApi.NotificationSound

java.lang.Object
dev.voroby.springframework.telegram.client.TdApi.Object
dev.voroby.springframework.telegram.client.TdApi.NotificationSound
Enclosing class:
TdApi

public static class TdApi.NotificationSound extends TdApi.Object
Describes a notification sound in MP3 format.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Identifier uniquely determining type of the object.
    Arbitrary data, defined while the sound was uploaded.
    int
    Point in time (Unix timestamp) when the sound was created.
    int
    Duration of the sound, in seconds.
    long
    Unique identifier of the notification sound.
    File containing the sound.
    Title of the notification sound.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Describes a notification sound in MP3 format.
    NotificationSound(long id, int duration, int date, String title, String data, TdApi.File sound)
    Describes a notification sound in MP3 format.
  • 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

    • id

      public long id
      Unique identifier of the notification sound.
    • duration

      public int duration
      Duration of the sound, in seconds.
    • date

      public int date
      Point in time (Unix timestamp) when the sound was created.
    • title

      public String title
      Title of the notification sound.
    • data

      public String data
      Arbitrary data, defined while the sound was uploaded.
    • sound

      public TdApi.File sound
      File containing the sound.
    • CONSTRUCTOR

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

    • NotificationSound

      public NotificationSound()
      Describes a notification sound in MP3 format.
    • NotificationSound

      public NotificationSound(long id, int duration, int date, String title, String data, TdApi.File sound)
      Describes a notification sound in MP3 format.
      Parameters:
      id - Unique identifier of the notification sound.
      duration - Duration of the sound, in seconds.
      date - Point in time (Unix timestamp) when the sound was created.
      title - Title of the notification sound.
      data - Arbitrary data, defined while the sound was uploaded.
      sound - File containing the sound.
  • 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