diff --git a/allclasses-index.html b/allclasses-index.html index 673b763b27f..108efee37e2 100644 --- a/allclasses-index.html +++ b/allclasses-index.html @@ -2,7 +2,7 @@ -All Classes and Interfaces (TDLight API 4.0.411 API) +All Classes and Interfaces (TDLight API 4.0.412 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.ActivateStoryStealthMode

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.Function<TdApi.Ok> +
it.tdlight.jni.TdApi.ActivateStoryStealthMode
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.ActivateStoryStealthMode +extends TdApi.Function<TdApi.Ok>
+
Activates stealth mode for stories, which hides all views of stories + from the current user in the last + "story_stealth_mode_past_period" seconds and for the next + "story_stealth_mode_future_period" seconds; for Telegram + Premium users only. +

Returns Ok

+
+
+
    + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    static final int
    + +
    +
    Identifier uniquely determining type of the object.
    +
    +
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
    +
    Activates stealth mode for stories, which hides all views of stories from the current user in the last "story_stealth_mode_past_period" seconds and for the next "story_stealth_mode_future_period" seconds; for Telegram Premium users only.
    +
    + +
    +
    Activates stealth mode for stories, which hides all views of stories from the current user in the last "story_stealth_mode_past_period" seconds and for the next "story_stealth_mode_future_period" seconds; for Telegram Premium users only.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    boolean
    + +
     
    +
    int
    + +
    +
    Returns an identifier uniquely determining type of the object.
    +
    +
    int
    + +
     
    +
    void
    + +
    +
    Serialize the TDLib class
    +
    +
    +
    +
    +
    +

    Methods inherited from class it.tdlight.jni.TdApi.Function

    +toString
    +
    +

    Methods inherited from class it.tdlight.jni.TdApi.Object

    +serialize
    +
    +

    Methods inherited from class java.lang.Object

    +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      ActivateStoryStealthMode

      +
      public ActivateStoryStealthMode()
      +
      Activates stealth mode for stories, which hides all views of stories from the current user in the last "story_stealth_mode_past_period" seconds and for the next "story_stealth_mode_future_period" seconds; for Telegram Premium users only. + +

      Returns Ok

      +
      +
    • +
    • +
      +

      ActivateStoryStealthMode

      +
      public ActivateStoryStealthMode(DataInput input) + throws IOException
      +
      Activates stealth mode for stories, which hides all views of stories from the current user in the last "story_stealth_mode_past_period" seconds and for the next "story_stealth_mode_future_period" seconds; for Telegram Premium users only. + +

      Returns Ok

      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.AddApplicationChangelog.html b/tdlight.api/it/tdlight/jni/TdApi.AddApplicationChangelog.html index f1162522268..521d86f2e2b 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.AddApplicationChangelog.html +++ b/tdlight.api/it/tdlight/jni/TdApi.AddApplicationChangelog.html @@ -2,7 +2,7 @@ -TdApi.AddApplicationChangelog (TDLight API 4.0.411 API) +TdApi.AddApplicationChangelog (TDLight API 4.0.412 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.BlockList

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.BlockList
+
+
+
+
+
Direct Known Subclasses:
+
TdApi.BlockListMain, TdApi.BlockListStories
+
+
+
Enclosing class:
+
TdApi
+
+
+
public abstract static sealed class TdApi.BlockList +extends TdApi.Object +permits TdApi.BlockListMain, TdApi.BlockListStories
+
This class is an abstract base class. + Describes a type of a block list.
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      BlockList

      +
      public BlockList()
      +
      Default class constructor.
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.BlockListMain.html b/tdlight.api/it/tdlight/jni/TdApi.BlockListMain.html new file mode 100644 index 00000000000..57ae17a2eca --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.BlockListMain.html @@ -0,0 +1,303 @@ + + + + +TdApi.BlockListMain (TDLight API 4.0.412 API) + + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.BlockListMain

+
+ +
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.BlockListMain +extends TdApi.BlockList
+
The main block list that disallows writing messages to the current + user, receiving their status and photo, viewing of stories, and some + other actions.
+
+
+
    + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    static final int
    + +
    +
    Identifier uniquely determining type of the object.
    +
    +
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
    +
    The main block list that disallows writing messages to the current user, receiving their status and photo, viewing of stories, and some other actions.
    +
    + +
    +
    The main block list that disallows writing messages to the current user, receiving their status and photo, viewing of stories, and some other actions.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    boolean
    + +
     
    +
    int
    + +
    +
    Returns an identifier uniquely determining type of the object.
    +
    +
    int
    + +
     
    +
    void
    + +
    +
    Serialize the TDLib class
    +
    +
    +
    +
    +
    +

    Methods inherited from class it.tdlight.jni.TdApi.Object

    +serialize, toString
    +
    +

    Methods inherited from class java.lang.Object

    +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      BlockListMain

      +
      public BlockListMain()
      +
      The main block list that disallows writing messages to the current user, receiving their status and photo, viewing of stories, and some other actions.
      +
      +
    • +
    • +
      +

      BlockListMain

      +
      public BlockListMain(DataInput input) + throws IOException
      +
      The main block list that disallows writing messages to the current user, receiving their status and photo, viewing of stories, and some other actions.
      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.BlockListStories.html b/tdlight.api/it/tdlight/jni/TdApi.BlockListStories.html new file mode 100644 index 00000000000..58bddc72c3c --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.BlockListStories.html @@ -0,0 +1,301 @@ + + + + +TdApi.BlockListStories (TDLight API 4.0.412 API) + + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.BlockListStories

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.BlockList +
it.tdlight.jni.TdApi.BlockListStories
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.BlockListStories +extends TdApi.BlockList
+
The block list that disallows viewing of stories of the current user.
+
+
+
    + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    static final int
    + +
    +
    Identifier uniquely determining type of the object.
    +
    +
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
    +
    The block list that disallows viewing of stories of the current user.
    +
    + +
    +
    The block list that disallows viewing of stories of the current user.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    boolean
    + +
     
    +
    int
    + +
    +
    Returns an identifier uniquely determining type of the object.
    +
    +
    int
    + +
     
    +
    void
    + +
    +
    Serialize the TDLib class
    +
    +
    +
    +
    +
    +

    Methods inherited from class it.tdlight.jni.TdApi.Object

    +serialize, toString
    +
    +

    Methods inherited from class java.lang.Object

    +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      BlockListStories

      +
      public BlockListStories()
      +
      The block list that disallows viewing of stories of the current user.
      +
      +
    • +
    • +
      +

      BlockListStories

      +
      public BlockListStories(DataInput input) + throws IOException
      +
      The block list that disallows viewing of stories of the current user.
      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.BlockMessageSenderFromReplies.html b/tdlight.api/it/tdlight/jni/TdApi.BlockMessageSenderFromReplies.html index 831c772cd21..ff37210a325 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.BlockMessageSenderFromReplies.html +++ b/tdlight.api/it/tdlight/jni/TdApi.BlockMessageSenderFromReplies.html @@ -2,7 +2,7 @@ -TdApi.BlockMessageSenderFromReplies (TDLight API 4.0.411 API) +TdApi.BlockMessageSenderFromReplies (TDLight API 4.0.412 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.CanSendStory

+
+ +
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.CanSendStory +extends TdApi.Function<TdApi.CanSendStoryResult>
+
Checks whether the current user can send a story. +

Returns CanSendStoryResult

+
+
+
    + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    static final int
    + +
    +
    Identifier uniquely determining type of the object.
    +
    +
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
    +
    Checks whether the current user can send a story.
    +
    + +
    +
    Checks whether the current user can send a story.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    boolean
    + +
     
    +
    int
    + +
    +
    Returns an identifier uniquely determining type of the object.
    +
    +
    int
    + +
     
    +
    void
    + +
    +
    Serialize the TDLib class
    +
    +
    +
    +
    +
    +

    Methods inherited from class it.tdlight.jni.TdApi.Function

    +toString
    +
    +

    Methods inherited from class it.tdlight.jni.TdApi.Object

    +serialize
    +
    +

    Methods inherited from class java.lang.Object

    +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      CanSendStory

      +
      public CanSendStory()
      +
      Checks whether the current user can send a story. + +

      Returns CanSendStoryResult

      +
      +
    • +
    • +
      +

      CanSendStory

      +
      public CanSendStory(DataInput input) + throws IOException
      +
      Checks whether the current user can send a story. + +

      Returns CanSendStoryResult

      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.CanSendStoryResult.html b/tdlight.api/it/tdlight/jni/TdApi.CanSendStoryResult.html new file mode 100644 index 00000000000..660d5261572 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.CanSendStoryResult.html @@ -0,0 +1,160 @@ + + + + +TdApi.CanSendStoryResult (TDLight API 4.0.412 API) + + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.CanSendStoryResult

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.CanSendStoryResult
+
+
+
+
+
Direct Known Subclasses:
+
TdApi.CanSendStoryResultActiveStoryLimitExceeded, TdApi.CanSendStoryResultMonthlyLimitExceeded, TdApi.CanSendStoryResultOk, TdApi.CanSendStoryResultPremiumNeeded, TdApi.CanSendStoryResultWeeklyLimitExceeded
+
+
+
Enclosing class:
+
TdApi
+
+
+ +
This class is an abstract base class. + Represents result of checking whether the current user can send a + story.
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      CanSendStoryResult

      +
      public CanSendStoryResult()
      +
      Default class constructor.
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.CanSendStoryResultActiveStoryLimitExceeded.html b/tdlight.api/it/tdlight/jni/TdApi.CanSendStoryResultActiveStoryLimitExceeded.html new file mode 100644 index 00000000000..90fbfc07aa5 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.CanSendStoryResultActiveStoryLimitExceeded.html @@ -0,0 +1,303 @@ + + + + +TdApi.CanSendStoryResultActiveStoryLimitExceeded (TDLight API 4.0.412 API) + + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.CanSendStoryResultActiveStoryLimitExceeded

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.CanSendStoryResult +
it.tdlight.jni.TdApi.CanSendStoryResultActiveStoryLimitExceeded
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.CanSendStoryResultActiveStoryLimitExceeded +extends TdApi.CanSendStoryResult
+
The limit for the number of active stories exceeded. The user can buy + Telegram Premium, delete an active story, or wait for the oldest + story to expire.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      CanSendStoryResultActiveStoryLimitExceeded

      +
      public CanSendStoryResultActiveStoryLimitExceeded()
      +
      The limit for the number of active stories exceeded. The user can buy Telegram Premium, delete an active story, or wait for the oldest story to expire.
      +
      +
    • +
    • +
      +

      CanSendStoryResultActiveStoryLimitExceeded

      +
      public CanSendStoryResultActiveStoryLimitExceeded(DataInput input) + throws IOException
      +
      The limit for the number of active stories exceeded. The user can buy Telegram Premium, delete an active story, or wait for the oldest story to expire.
      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.CanSendStoryResultMonthlyLimitExceeded.html b/tdlight.api/it/tdlight/jni/TdApi.CanSendStoryResultMonthlyLimitExceeded.html new file mode 100644 index 00000000000..4ce21ff38aa --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.CanSendStoryResultMonthlyLimitExceeded.html @@ -0,0 +1,329 @@ + + + + +TdApi.CanSendStoryResultMonthlyLimitExceeded (TDLight API 4.0.412 API) + + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.CanSendStoryResultMonthlyLimitExceeded

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.CanSendStoryResult +
it.tdlight.jni.TdApi.CanSendStoryResultMonthlyLimitExceeded
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.CanSendStoryResultMonthlyLimitExceeded +extends TdApi.CanSendStoryResult
+
The monthly limit for the number of posted stories exceeded. The user + needs to buy Telegram Premium or wait specified time.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      retryAfter

      +
      public int retryAfter
      +
      Time left before the user can send the next story.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      CanSendStoryResultMonthlyLimitExceeded

      +
      public CanSendStoryResultMonthlyLimitExceeded()
      +
      The monthly limit for the number of posted stories exceeded. The user needs to buy Telegram Premium or wait specified time.
      +
      +
    • +
    • +
      +

      CanSendStoryResultMonthlyLimitExceeded

      +
      public CanSendStoryResultMonthlyLimitExceeded(int retryAfter)
      +
      The monthly limit for the number of posted stories exceeded. The user needs to buy Telegram Premium or wait specified time.
      +
      +
      Parameters:
      +
      retryAfter - Time left before the user can send the next story.
      +
      +
      +
    • +
    • +
      +

      CanSendStoryResultMonthlyLimitExceeded

      +
      public CanSendStoryResultMonthlyLimitExceeded(DataInput input) + throws IOException
      +
      The monthly limit for the number of posted stories exceeded. The user needs to buy Telegram Premium or wait specified time.
      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.CanSendStoryResultOk.html b/tdlight.api/it/tdlight/jni/TdApi.CanSendStoryResultOk.html new file mode 100644 index 00000000000..416f5f92c30 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.CanSendStoryResultOk.html @@ -0,0 +1,301 @@ + + + + +TdApi.CanSendStoryResultOk (TDLight API 4.0.412 API) + + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.CanSendStoryResultOk

+
+ +
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.CanSendStoryResultOk +extends TdApi.CanSendStoryResult
+
A story can be sent.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      CanSendStoryResultOk

      +
      public CanSendStoryResultOk()
      +
      A story can be sent.
      +
      +
    • +
    • +
      +

      CanSendStoryResultOk

      +
      public CanSendStoryResultOk(DataInput input) + throws IOException
      +
      A story can be sent.
      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.CanSendStoryResultPremiumNeeded.html b/tdlight.api/it/tdlight/jni/TdApi.CanSendStoryResultPremiumNeeded.html new file mode 100644 index 00000000000..4ceb4947de0 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.CanSendStoryResultPremiumNeeded.html @@ -0,0 +1,302 @@ + + + + +TdApi.CanSendStoryResultPremiumNeeded (TDLight API 4.0.412 API) + + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.CanSendStoryResultPremiumNeeded

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.CanSendStoryResult +
it.tdlight.jni.TdApi.CanSendStoryResultPremiumNeeded
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.CanSendStoryResultPremiumNeeded +extends TdApi.CanSendStoryResult
+
The user must subscribe to Telegram Premium to be able to post + stories.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      CanSendStoryResultPremiumNeeded

      +
      public CanSendStoryResultPremiumNeeded()
      +
      The user must subscribe to Telegram Premium to be able to post stories.
      +
      +
    • +
    • +
      +

      CanSendStoryResultPremiumNeeded

      +
      public CanSendStoryResultPremiumNeeded(DataInput input) + throws IOException
      +
      The user must subscribe to Telegram Premium to be able to post stories.
      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.CanSendStoryResultWeeklyLimitExceeded.html b/tdlight.api/it/tdlight/jni/TdApi.CanSendStoryResultWeeklyLimitExceeded.html new file mode 100644 index 00000000000..de0aba34221 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.CanSendStoryResultWeeklyLimitExceeded.html @@ -0,0 +1,329 @@ + + + + +TdApi.CanSendStoryResultWeeklyLimitExceeded (TDLight API 4.0.412 API) + + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.CanSendStoryResultWeeklyLimitExceeded

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.CanSendStoryResult +
it.tdlight.jni.TdApi.CanSendStoryResultWeeklyLimitExceeded
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.CanSendStoryResultWeeklyLimitExceeded +extends TdApi.CanSendStoryResult
+
The weekly limit for the number of posted stories exceeded. The user + needs to buy Telegram Premium or wait specified time.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      retryAfter

      +
      public int retryAfter
      +
      Time left before the user can send the next story.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      CanSendStoryResultWeeklyLimitExceeded

      +
      public CanSendStoryResultWeeklyLimitExceeded()
      +
      The weekly limit for the number of posted stories exceeded. The user needs to buy Telegram Premium or wait specified time.
      +
      +
    • +
    • +
      +

      CanSendStoryResultWeeklyLimitExceeded

      +
      public CanSendStoryResultWeeklyLimitExceeded(int retryAfter)
      +
      The weekly limit for the number of posted stories exceeded. The user needs to buy Telegram Premium or wait specified time.
      +
      +
      Parameters:
      +
      retryAfter - Time left before the user can send the next story.
      +
      +
      +
    • +
    • +
      +

      CanSendStoryResultWeeklyLimitExceeded

      +
      public CanSendStoryResultWeeklyLimitExceeded(DataInput input) + throws IOException
      +
      The weekly limit for the number of posted stories exceeded. The user needs to buy Telegram Premium or wait specified time.
      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.CanTransferOwnership.html b/tdlight.api/it/tdlight/jni/TdApi.CanTransferOwnership.html index 96b72183a50..09707b42550 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.CanTransferOwnership.html +++ b/tdlight.api/it/tdlight/jni/TdApi.CanTransferOwnership.html @@ -2,7 +2,7 @@ -TdApi.CanTransferOwnership (TDLight API 4.0.411 API) +TdApi.CanTransferOwnership (TDLight API 4.0.412 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.GetStoryAvailableReactions

+
+ +
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.GetStoryAvailableReactions +extends TdApi.Function<TdApi.AvailableReactions>
+
Returns reactions, which can be chosen for a story. +

Returns AvailableReactions

+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      rowSize

      +
      public int rowSize
      +
      Number of reaction per row, 5-25.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      GetStoryAvailableReactions

      +
      public GetStoryAvailableReactions()
      +
      Returns reactions, which can be chosen for a story. + +

      Returns AvailableReactions

      +
      +
    • +
    • +
      +

      GetStoryAvailableReactions

      +
      public GetStoryAvailableReactions(int rowSize)
      +
      Returns reactions, which can be chosen for a story. + +

      Returns AvailableReactions

      +
      +
      Parameters:
      +
      rowSize - Number of reaction per row, 5-25. + +

      Returns AvailableReactions

      +
      +
      +
    • +
    • +
      +

      GetStoryAvailableReactions

      +
      public GetStoryAvailableReactions(DataInput input) + throws IOException
      +
      Returns reactions, which can be chosen for a story. + +

      Returns AvailableReactions

      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.GetStoryNotificationSettingsExceptions.html b/tdlight.api/it/tdlight/jni/TdApi.GetStoryNotificationSettingsExceptions.html index 0d84acc3379..f7fae81ef48 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.GetStoryNotificationSettingsExceptions.html +++ b/tdlight.api/it/tdlight/jni/TdApi.GetStoryNotificationSettingsExceptions.html @@ -2,7 +2,7 @@ -TdApi.GetStoryNotificationSettingsExceptions (TDLight API 4.0.411 API) +TdApi.GetStoryNotificationSettingsExceptions (TDLight API 4.0.412 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.InputStoryArea

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.InputStoryArea
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.InputStoryArea +extends TdApi.Object
+
Describes a clickable rectangle area on a story media to be added.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    + +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      InputStoryArea

      +
      public InputStoryArea()
      +
      Describes a clickable rectangle area on a story media to be added.
      +
      +
    • +
    • +
      +

      InputStoryArea

      +
      public InputStoryArea(TdApi.StoryAreaPosition position, + TdApi.InputStoryAreaType type)
      +
      Describes a clickable rectangle area on a story media to be added.
      +
      +
      Parameters:
      +
      position - Position of the area.
      +
      type - Type of the area.
      +
      +
      +
    • +
    • +
      +

      InputStoryArea

      +
      public InputStoryArea(DataInput input) + throws IOException
      +
      Describes a clickable rectangle area on a story media to be added.
      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.InputStoryAreaType.html b/tdlight.api/it/tdlight/jni/TdApi.InputStoryAreaType.html new file mode 100644 index 00000000000..0b87f88ecb4 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.InputStoryAreaType.html @@ -0,0 +1,160 @@ + + + + +TdApi.InputStoryAreaType (TDLight API 4.0.412 API) + + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.InputStoryAreaType

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.InputStoryAreaType
+
+
+
+
+
Direct Known Subclasses:
+
TdApi.InputStoryAreaTypeFoundVenue, TdApi.InputStoryAreaTypeLocation, TdApi.InputStoryAreaTypePreviousVenue
+
+
+
Enclosing class:
+
TdApi
+
+
+
public abstract static sealed class TdApi.InputStoryAreaType +extends TdApi.Object +permits TdApi.InputStoryAreaTypeLocation, TdApi.InputStoryAreaTypeFoundVenue, TdApi.InputStoryAreaTypePreviousVenue
+
This class is an abstract base class. + Describes type of a clickable rectangle area on a story media to be + added.
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      InputStoryAreaType

      +
      public InputStoryAreaType()
      +
      Default class constructor.
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.InputStoryAreaTypeFoundVenue.html b/tdlight.api/it/tdlight/jni/TdApi.InputStoryAreaTypeFoundVenue.html new file mode 100644 index 00000000000..e946593ac9d --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.InputStoryAreaTypeFoundVenue.html @@ -0,0 +1,344 @@ + + + + +TdApi.InputStoryAreaTypeFoundVenue (TDLight API 4.0.412 API) + + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.InputStoryAreaTypeFoundVenue

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.InputStoryAreaType +
it.tdlight.jni.TdApi.InputStoryAreaTypeFoundVenue
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.InputStoryAreaTypeFoundVenue +extends TdApi.InputStoryAreaType
+
An area pointing to a venue found by the bot + getOption("venue_search_bot_username").
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      queryId

      +
      public long queryId
      +
      Identifier of the inline query, used to found the venue.
      +
      +
    • +
    • +
      +

      resultId

      +
      public String resultId
      +
      Identifier of the inline query result.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      InputStoryAreaTypeFoundVenue

      +
      public InputStoryAreaTypeFoundVenue()
      +
      An area pointing to a venue found by the bot getOption("venue_search_bot_username").
      +
      +
    • +
    • +
      +

      InputStoryAreaTypeFoundVenue

      +
      public InputStoryAreaTypeFoundVenue(long queryId, + String resultId)
      +
      An area pointing to a venue found by the bot getOption("venue_search_bot_username").
      +
      +
      Parameters:
      +
      queryId - Identifier of the inline query, used to found the venue.
      +
      resultId - Identifier of the inline query result.
      +
      +
      +
    • +
    • +
      +

      InputStoryAreaTypeFoundVenue

      +
      public InputStoryAreaTypeFoundVenue(DataInput input) + throws IOException
      +
      An area pointing to a venue found by the bot getOption("venue_search_bot_username").
      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.InputStoryAreaTypeLocation.html b/tdlight.api/it/tdlight/jni/TdApi.InputStoryAreaTypeLocation.html new file mode 100644 index 00000000000..942b513614b --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.InputStoryAreaTypeLocation.html @@ -0,0 +1,328 @@ + + + + +TdApi.InputStoryAreaTypeLocation (TDLight API 4.0.412 API) + + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.InputStoryAreaTypeLocation

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.InputStoryAreaType +
it.tdlight.jni.TdApi.InputStoryAreaTypeLocation
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.InputStoryAreaTypeLocation +extends TdApi.InputStoryAreaType
+
An area pointing to a location.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      location

      +
      public TdApi.Location location
      +
      The location.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      InputStoryAreaTypeLocation

      +
      public InputStoryAreaTypeLocation()
      +
      An area pointing to a location.
      +
      +
    • +
    • +
      +

      InputStoryAreaTypeLocation

      +
      public InputStoryAreaTypeLocation(TdApi.Location location)
      +
      An area pointing to a location.
      +
      +
      Parameters:
      +
      location - The location.
      +
      +
      +
    • +
    • +
      +

      InputStoryAreaTypeLocation

      +
      public InputStoryAreaTypeLocation(DataInput input) + throws IOException
      +
      An area pointing to a location.
      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.InputStoryAreaTypePreviousVenue.html b/tdlight.api/it/tdlight/jni/TdApi.InputStoryAreaTypePreviousVenue.html new file mode 100644 index 00000000000..269b3e90921 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.InputStoryAreaTypePreviousVenue.html @@ -0,0 +1,343 @@ + + + + +TdApi.InputStoryAreaTypePreviousVenue (TDLight API 4.0.412 API) + + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.InputStoryAreaTypePreviousVenue

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.InputStoryAreaType +
it.tdlight.jni.TdApi.InputStoryAreaTypePreviousVenue
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.InputStoryAreaTypePreviousVenue +extends TdApi.InputStoryAreaType
+
An area pointing to a venue already added to the story.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      venueProvider

      +
      public String venueProvider
      +
      Provider of the venue.
      +
      +
    • +
    • +
      +

      venueId

      +
      public String venueId
      +
      Identifier of the venue in the provider database.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      InputStoryAreaTypePreviousVenue

      +
      public InputStoryAreaTypePreviousVenue()
      +
      An area pointing to a venue already added to the story.
      +
      +
    • +
    • +
      +

      InputStoryAreaTypePreviousVenue

      +
      public InputStoryAreaTypePreviousVenue(String venueProvider, + String venueId)
      +
      An area pointing to a venue already added to the story.
      +
      +
      Parameters:
      +
      venueProvider - Provider of the venue.
      +
      venueId - Identifier of the venue in the provider database.
      +
      +
      +
    • +
    • +
      +

      InputStoryAreaTypePreviousVenue

      +
      public InputStoryAreaTypePreviousVenue(DataInput input) + throws IOException
      +
      An area pointing to a venue already added to the story.
      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.InputStoryAreas.html b/tdlight.api/it/tdlight/jni/TdApi.InputStoryAreas.html new file mode 100644 index 00000000000..fa7ea067bc5 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.InputStoryAreas.html @@ -0,0 +1,326 @@ + + + + +TdApi.InputStoryAreas (TDLight API 4.0.412 API) + + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.InputStoryAreas

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.InputStoryAreas
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.InputStoryAreas +extends TdApi.Object
+
Contains a list of story areas to be added.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      areas

      +
      public TdApi.InputStoryArea[] areas
      +
      List of 0-10 input story areas.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      InputStoryAreas

      +
      public InputStoryAreas()
      +
      Contains a list of story areas to be added.
      +
      +
    • +
    • +
      +

      InputStoryAreas

      +
      public InputStoryAreas(TdApi.InputStoryArea[] areas)
      +
      Contains a list of story areas to be added.
      +
      +
      Parameters:
      +
      areas - List of 0-10 input story areas.
      +
      +
      +
    • +
    • +
      +

      InputStoryAreas

      +
      public InputStoryAreas(DataInput input) + throws IOException
      +
      Contains a list of story areas to be added.
      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.InputStoryContent.html b/tdlight.api/it/tdlight/jni/TdApi.InputStoryContent.html index fb72854d040..c810d6af29f 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.InputStoryContent.html +++ b/tdlight.api/it/tdlight/jni/TdApi.InputStoryContent.html @@ -2,7 +2,7 @@ -TdApi.InputStoryContent (TDLight API 4.0.411 API) +TdApi.InputStoryContent (TDLight API 4.0.412 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.PremiumFeatureUpgradedStories

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.PremiumFeature +
it.tdlight.jni.TdApi.PremiumFeatureUpgradedStories
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.PremiumFeatureUpgradedStories +extends TdApi.PremiumFeature
+
Allowed to use many additional features for stories.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      PremiumFeatureUpgradedStories

      +
      public PremiumFeatureUpgradedStories()
      +
      Allowed to use many additional features for stories.
      +
      +
    • +
    • +
      +

      PremiumFeatureUpgradedStories

      +
      public PremiumFeatureUpgradedStories(DataInput input) + throws IOException
      +
      Allowed to use many additional features for stories.
      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.PremiumFeatureVoiceRecognition.html b/tdlight.api/it/tdlight/jni/TdApi.PremiumFeatureVoiceRecognition.html index 524a8332270..a2dfa8baff2 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.PremiumFeatureVoiceRecognition.html +++ b/tdlight.api/it/tdlight/jni/TdApi.PremiumFeatureVoiceRecognition.html @@ -2,7 +2,7 @@ -TdApi.PremiumFeatureVoiceRecognition (TDLight API 4.0.411 API) +TdApi.PremiumFeatureVoiceRecognition (TDLight API 4.0.412 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.PremiumLimitTypeMonthlySentStoryCount

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.PremiumLimitType +
it.tdlight.jni.TdApi.PremiumLimitTypeMonthlySentStoryCount
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.PremiumLimitTypeMonthlySentStoryCount +extends TdApi.PremiumLimitType
+
The maximum number of stories sent per month.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      PremiumLimitTypeMonthlySentStoryCount

      +
      public PremiumLimitTypeMonthlySentStoryCount()
      +
      The maximum number of stories sent per month.
      +
      +
    • +
    • +
      +

      PremiumLimitTypeMonthlySentStoryCount

      +
      public PremiumLimitTypeMonthlySentStoryCount(DataInput input) + throws IOException
      +
      The maximum number of stories sent per month.
      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.PremiumLimitTypePinnedArchivedChatCount.html b/tdlight.api/it/tdlight/jni/TdApi.PremiumLimitTypePinnedArchivedChatCount.html index ef36a6c95f6..cb4364a52af 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.PremiumLimitTypePinnedArchivedChatCount.html +++ b/tdlight.api/it/tdlight/jni/TdApi.PremiumLimitTypePinnedArchivedChatCount.html @@ -2,7 +2,7 @@ -TdApi.PremiumLimitTypePinnedArchivedChatCount (TDLight API 4.0.411 API) +TdApi.PremiumLimitTypePinnedArchivedChatCount (TDLight API 4.0.412 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.PremiumLimitTypeStoryCaptionLength

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.PremiumLimitType +
it.tdlight.jni.TdApi.PremiumLimitTypeStoryCaptionLength
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.PremiumLimitTypeStoryCaptionLength +extends TdApi.PremiumLimitType
+
The maximum length of captions of sent stories.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      PremiumLimitTypeStoryCaptionLength

      +
      public PremiumLimitTypeStoryCaptionLength()
      +
      The maximum length of captions of sent stories.
      +
      +
    • +
    • +
      +

      PremiumLimitTypeStoryCaptionLength

      +
      public PremiumLimitTypeStoryCaptionLength(DataInput input) + throws IOException
      +
      The maximum length of captions of sent stories.
      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.PremiumLimitTypeSupergroupCount.html b/tdlight.api/it/tdlight/jni/TdApi.PremiumLimitTypeSupergroupCount.html index ac568f2b93b..dcdc951690b 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.PremiumLimitTypeSupergroupCount.html +++ b/tdlight.api/it/tdlight/jni/TdApi.PremiumLimitTypeSupergroupCount.html @@ -2,7 +2,7 @@ -TdApi.PremiumLimitTypeSupergroupCount (TDLight API 4.0.411 API) +TdApi.PremiumLimitTypeSupergroupCount (TDLight API 4.0.412 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.PremiumLimitTypeWeeklySentStoryCount

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.PremiumLimitType +
it.tdlight.jni.TdApi.PremiumLimitTypeWeeklySentStoryCount
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.PremiumLimitTypeWeeklySentStoryCount +extends TdApi.PremiumLimitType
+
The maximum number of stories sent per week.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      PremiumLimitTypeWeeklySentStoryCount

      +
      public PremiumLimitTypeWeeklySentStoryCount()
      +
      The maximum number of stories sent per week.
      +
      +
    • +
    • +
      +

      PremiumLimitTypeWeeklySentStoryCount

      +
      public PremiumLimitTypeWeeklySentStoryCount(DataInput input) + throws IOException
      +
      The maximum number of stories sent per week.
      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.PremiumPaymentOption.html b/tdlight.api/it/tdlight/jni/TdApi.PremiumPaymentOption.html index 39458af2687..4816700c9e7 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.PremiumPaymentOption.html +++ b/tdlight.api/it/tdlight/jni/TdApi.PremiumPaymentOption.html @@ -2,7 +2,7 @@ -TdApi.PremiumPaymentOption (TDLight API 4.0.411 API) +TdApi.PremiumPaymentOption (TDLight API 4.0.412 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.PremiumSourceStoryFeature

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.PremiumSource +
it.tdlight.jni.TdApi.PremiumSourceStoryFeature
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.PremiumSourceStoryFeature +extends TdApi.PremiumSource
+
A user tried to use a Premium story feature.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      feature

      +
      public TdApi.PremiumStoryFeature feature
      +
      The used feature.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      PremiumSourceStoryFeature

      +
      public PremiumSourceStoryFeature()
      +
      A user tried to use a Premium story feature.
      +
      +
    • +
    • +
      +

      PremiumSourceStoryFeature

      +
      public PremiumSourceStoryFeature(TdApi.PremiumStoryFeature feature)
      +
      A user tried to use a Premium story feature.
      +
      +
      Parameters:
      +
      feature - The used feature.
      +
      +
      +
    • +
    • +
      +

      PremiumSourceStoryFeature

      +
      public PremiumSourceStoryFeature(DataInput input) + throws IOException
      +
      A user tried to use a Premium story feature.
      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.PremiumState.html b/tdlight.api/it/tdlight/jni/TdApi.PremiumState.html index 0f3d9a30ce3..4c10903439c 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.PremiumState.html +++ b/tdlight.api/it/tdlight/jni/TdApi.PremiumState.html @@ -2,7 +2,7 @@ -TdApi.PremiumState (TDLight API 4.0.411 API) +TdApi.PremiumState (TDLight API 4.0.412 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.PremiumStoryFeature

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.PremiumStoryFeature
+
+
+
+
+
Direct Known Subclasses:
+
TdApi.PremiumStoryFeatureCustomExpirationDuration, TdApi.PremiumStoryFeatureLinksAndFormatting, TdApi.PremiumStoryFeaturePermanentViewsHistory, TdApi.PremiumStoryFeaturePriorityOrder, TdApi.PremiumStoryFeatureSaveStories, TdApi.PremiumStoryFeatureStealthMode
+
+
+
Enclosing class:
+
TdApi
+
+
+ +
This class is an abstract base class. + Describes a story feature available to Premium users.
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      PremiumStoryFeature

      +
      public PremiumStoryFeature()
      +
      Default class constructor.
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.PremiumStoryFeatureCustomExpirationDuration.html b/tdlight.api/it/tdlight/jni/TdApi.PremiumStoryFeatureCustomExpirationDuration.html new file mode 100644 index 00000000000..62205f2a036 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.PremiumStoryFeatureCustomExpirationDuration.html @@ -0,0 +1,301 @@ + + + + +TdApi.PremiumStoryFeatureCustomExpirationDuration (TDLight API 4.0.412 API) + + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.PremiumStoryFeatureCustomExpirationDuration

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.PremiumStoryFeature +
it.tdlight.jni.TdApi.PremiumStoryFeatureCustomExpirationDuration
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.PremiumStoryFeatureCustomExpirationDuration +extends TdApi.PremiumStoryFeature
+
The ability to set custom expiration duration for stories.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      PremiumStoryFeatureCustomExpirationDuration

      +
      public PremiumStoryFeatureCustomExpirationDuration()
      +
      The ability to set custom expiration duration for stories.
      +
      +
    • +
    • +
      +

      PremiumStoryFeatureCustomExpirationDuration

      +
      public PremiumStoryFeatureCustomExpirationDuration(DataInput input) + throws IOException
      +
      The ability to set custom expiration duration for stories.
      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.PremiumStoryFeatureLinksAndFormatting.html b/tdlight.api/it/tdlight/jni/TdApi.PremiumStoryFeatureLinksAndFormatting.html new file mode 100644 index 00000000000..f4bfb4bed04 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.PremiumStoryFeatureLinksAndFormatting.html @@ -0,0 +1,301 @@ + + + + +TdApi.PremiumStoryFeatureLinksAndFormatting (TDLight API 4.0.412 API) + + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.PremiumStoryFeatureLinksAndFormatting

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.PremiumStoryFeature +
it.tdlight.jni.TdApi.PremiumStoryFeatureLinksAndFormatting
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.PremiumStoryFeatureLinksAndFormatting +extends TdApi.PremiumStoryFeature
+
The ability to use links and formatting in story caption.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      PremiumStoryFeatureLinksAndFormatting

      +
      public PremiumStoryFeatureLinksAndFormatting()
      +
      The ability to use links and formatting in story caption.
      +
      +
    • +
    • +
      +

      PremiumStoryFeatureLinksAndFormatting

      +
      public PremiumStoryFeatureLinksAndFormatting(DataInput input) + throws IOException
      +
      The ability to use links and formatting in story caption.
      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.PremiumStoryFeaturePermanentViewsHistory.html b/tdlight.api/it/tdlight/jni/TdApi.PremiumStoryFeaturePermanentViewsHistory.html new file mode 100644 index 00000000000..792e26cbad7 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.PremiumStoryFeaturePermanentViewsHistory.html @@ -0,0 +1,302 @@ + + + + +TdApi.PremiumStoryFeaturePermanentViewsHistory (TDLight API 4.0.412 API) + + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.PremiumStoryFeaturePermanentViewsHistory

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.PremiumStoryFeature +
it.tdlight.jni.TdApi.PremiumStoryFeaturePermanentViewsHistory
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.PremiumStoryFeaturePermanentViewsHistory +extends TdApi.PremiumStoryFeature
+
The ability to check who opened the current user's stories after they + expire.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      PremiumStoryFeaturePermanentViewsHistory

      +
      public PremiumStoryFeaturePermanentViewsHistory()
      +
      The ability to check who opened the current user's stories after they expire.
      +
      +
    • +
    • +
      +

      PremiumStoryFeaturePermanentViewsHistory

      +
      public PremiumStoryFeaturePermanentViewsHistory(DataInput input) + throws IOException
      +
      The ability to check who opened the current user's stories after they expire.
      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.PremiumStoryFeaturePriorityOrder.html b/tdlight.api/it/tdlight/jni/TdApi.PremiumStoryFeaturePriorityOrder.html new file mode 100644 index 00000000000..b9e37a8673d --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.PremiumStoryFeaturePriorityOrder.html @@ -0,0 +1,301 @@ + + + + +TdApi.PremiumStoryFeaturePriorityOrder (TDLight API 4.0.412 API) + + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.PremiumStoryFeaturePriorityOrder

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.PremiumStoryFeature +
it.tdlight.jni.TdApi.PremiumStoryFeaturePriorityOrder
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.PremiumStoryFeaturePriorityOrder +extends TdApi.PremiumStoryFeature
+
User stories are displayed before stories of non-premium contacts.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      PremiumStoryFeaturePriorityOrder

      +
      public PremiumStoryFeaturePriorityOrder()
      +
      User stories are displayed before stories of non-premium contacts.
      +
      +
    • +
    • +
      +

      PremiumStoryFeaturePriorityOrder

      +
      public PremiumStoryFeaturePriorityOrder(DataInput input) + throws IOException
      +
      User stories are displayed before stories of non-premium contacts.
      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.PremiumStoryFeatureSaveStories.html b/tdlight.api/it/tdlight/jni/TdApi.PremiumStoryFeatureSaveStories.html new file mode 100644 index 00000000000..03f75d6bfb4 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.PremiumStoryFeatureSaveStories.html @@ -0,0 +1,301 @@ + + + + +TdApi.PremiumStoryFeatureSaveStories (TDLight API 4.0.412 API) + + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.PremiumStoryFeatureSaveStories

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.PremiumStoryFeature +
it.tdlight.jni.TdApi.PremiumStoryFeatureSaveStories
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.PremiumStoryFeatureSaveStories +extends TdApi.PremiumStoryFeature
+
The ability to save other's unprotected stories.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      PremiumStoryFeatureSaveStories

      +
      public PremiumStoryFeatureSaveStories()
      +
      The ability to save other's unprotected stories.
      +
      +
    • +
    • +
      +

      PremiumStoryFeatureSaveStories

      +
      public PremiumStoryFeatureSaveStories(DataInput input) + throws IOException
      +
      The ability to save other's unprotected stories.
      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.PremiumStoryFeatureStealthMode.html b/tdlight.api/it/tdlight/jni/TdApi.PremiumStoryFeatureStealthMode.html new file mode 100644 index 00000000000..822fb1d72d6 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.PremiumStoryFeatureStealthMode.html @@ -0,0 +1,301 @@ + + + + +TdApi.PremiumStoryFeatureStealthMode (TDLight API 4.0.412 API) + + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.PremiumStoryFeatureStealthMode

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.PremiumStoryFeature +
it.tdlight.jni.TdApi.PremiumStoryFeatureStealthMode
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.PremiumStoryFeatureStealthMode +extends TdApi.PremiumStoryFeature
+
The ability to hide the fact that the user viewed other's stories.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      PremiumStoryFeatureStealthMode

      +
      public PremiumStoryFeatureStealthMode()
      +
      The ability to hide the fact that the user viewed other's stories.
      +
      +
    • +
    • +
      +

      PremiumStoryFeatureStealthMode

      +
      public PremiumStoryFeatureStealthMode(DataInput input) + throws IOException
      +
      The ability to hide the fact that the user viewed other's stories.
      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.ProcessChatFolderNewChats.html b/tdlight.api/it/tdlight/jni/TdApi.ProcessChatFolderNewChats.html index 7d4f81304da..9bcea81317b 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.ProcessChatFolderNewChats.html +++ b/tdlight.api/it/tdlight/jni/TdApi.ProcessChatFolderNewChats.html @@ -2,7 +2,7 @@ -TdApi.ProcessChatFolderNewChats (TDLight API 4.0.411 API) +TdApi.ProcessChatFolderNewChats (TDLight API 4.0.412 API) - + @@ -42,7 +42,7 @@ loadScripts(document, 'script');
  • Module
  • Package
  • -
  • Use
  • +
  • Use
  • Tree
  • Index
  • Help
  • @@ -78,12 +78,12 @@ loadScripts(document, 'script');
    Module tdlight.api
    Package it.tdlight.jni
    -

    Class TdApi.ToggleMessageSenderIsBlocked

    +

    Class TdApi.SetMessageSenderBlockList

    java.lang.Object
    it.tdlight.jni.TdApi.Object
    it.tdlight.jni.TdApi.Function<TdApi.Ok> -
    it.tdlight.jni.TdApi.ToggleMessageSenderIsBlocked
    +
    it.tdlight.jni.TdApi.SetMessageSenderBlockList
    @@ -93,10 +93,10 @@ loadScripts(document, 'script');
    TdApi

    -
    public static final class TdApi.ToggleMessageSenderIsBlocked +
    public static final class TdApi.SetMessageSenderBlockList extends TdApi.Function<TdApi.Ok>
    -
    Changes the block state of a message sender. Currently, only users - and supergroup chats can be blocked. +
    Changes the block list of a message sender. Currently, only users and + supergroup chats can be blocked.

    Returns Ok

    @@ -110,15 +110,15 @@ loadScripts(document, 'script');
    Modifier and Type
    Field
    Description
    -
    static final int
    - + +
    -
    Identifier uniquely determining type of the object.
    +
    New block list for the message sender; pass null to unblock the message sender.
    -
    boolean
    - +
    static final int
    +
    -
    New value of isBlocked.
    +
    Identifier uniquely determining type of the object.
    @@ -136,18 +136,18 @@ loadScripts(document, 'script');
    Constructor
    Description
    - +
    -
    Changes the block state of a message sender.
    +
    Changes the block list of a message sender.
    -
    ToggleMessageSenderIsBlocked(TdApi.MessageSender senderId, - boolean isBlocked)
    +
    -
    Changes the block state of a message sender.
    +
    Changes the block list of a message sender.
    - +
    -
    Changes the block state of a message sender.
    +
    Changes the block list of a message sender.
    @@ -210,10 +210,10 @@ loadScripts(document, 'script');
  • -
    -

    isBlocked

    -
    public boolean isBlocked
    -
    New value of isBlocked.
    +
    +

    blockList

    +
    public TdApi.BlockList blockList
    +
    New block list for the message sender; pass null to unblock the message sender.
  • @@ -225,7 +225,7 @@ loadScripts(document, 'script');
    See Also:
    @@ -241,25 +241,25 @@ loadScripts(document, 'script');
    • -

      ToggleMessageSenderIsBlocked

      -
      public ToggleMessageSenderIsBlocked()
      -
      Changes the block state of a message sender. Currently, only users and supergroup chats can be blocked. +

      SetMessageSenderBlockList

      +
      public SetMessageSenderBlockList()
      +
      Changes the block list of a message sender. Currently, only users and supergroup chats can be blocked.

      Returns Ok

    • -
      -

      ToggleMessageSenderIsBlocked

      -
      public ToggleMessageSenderIsBlocked(TdApi.MessageSender senderId, - boolean isBlocked)
      -
      Changes the block state of a message sender. Currently, only users and supergroup chats can be blocked. +
      +

      SetMessageSenderBlockList

      +
      public SetMessageSenderBlockList(TdApi.MessageSender senderId, + TdApi.BlockList blockList)
      +
      Changes the block list of a message sender. Currently, only users and supergroup chats can be blocked.

      Returns Ok

      Parameters:
      senderId - Identifier of a message sender to block/unblock.
      -
      isBlocked - New value of isBlocked. +
      blockList - New block list for the message sender; pass null to unblock the message sender.

      Returns Ok

      @@ -267,10 +267,10 @@ loadScripts(document, 'script');
    • -

      ToggleMessageSenderIsBlocked

      -
      public ToggleMessageSenderIsBlocked(DataInput input) - throws IOException
      -
      Changes the block state of a message sender. Currently, only users and supergroup chats can be blocked. +

      SetMessageSenderBlockList

      +
      public SetMessageSenderBlockList(DataInput input) + throws IOException
      +
      Changes the block list of a message sender. Currently, only users and supergroup chats can be blocked.

      Returns Ok

      diff --git a/tdlight.api/it/tdlight/jni/TdApi.SetName.html b/tdlight.api/it/tdlight/jni/TdApi.SetName.html index e27c575e4cd..ca74cd778a8 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.SetName.html +++ b/tdlight.api/it/tdlight/jni/TdApi.SetName.html @@ -2,7 +2,7 @@ -TdApi.SetName (TDLight API 4.0.411 API) +TdApi.SetName (TDLight API 4.0.412 API) + + + + + + + + + + + + + + +
      + +
      +
      + +
      +
      Module tdlight.api
      + +

      Class TdApi.SetStoryReaction

      +
      + +
      +
      +
      Enclosing class:
      +
      TdApi
      +
      +
      +
      public static final class TdApi.SetStoryReaction +extends TdApi.Function<TdApi.Ok>
      +
      Changes chosen reaction on a story. +

      Returns Ok

      +
      +
      + +
      +
      +
        + +
      • +
        +

        Field Details

        +
          +
        • +
          +

          storySenderChatId

          +
          public long storySenderChatId
          +
          The identifier of the sender of the story.
          +
          +
        • +
        • +
          +

          storyId

          +
          public int storyId
          +
          The identifier of the story.
          +
          +
        • +
        • +
          +

          reactionType

          +
          public TdApi.ReactionType reactionType
          +
          Type of the reaction to set; pass null to remove the reaction. `reactionTypeCustomEmoji` reactions can be used only by Telegram Premium users.
          +
          +
        • +
        • +
          +

          updateRecentReactions

          +
          public boolean updateRecentReactions
          +
          Pass true if the reaction needs to be added to recent reactions.
          +
          +
        • +
        • +
          +

          CONSTRUCTOR

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

        Constructor Details

        +
          +
        • +
          +

          SetStoryReaction

          +
          public SetStoryReaction()
          +
          Changes chosen reaction on a story. + +

          Returns Ok

          +
          +
        • +
        • +
          +

          SetStoryReaction

          +
          public SetStoryReaction(long storySenderChatId, + int storyId, + TdApi.ReactionType reactionType, + boolean updateRecentReactions)
          +
          Changes chosen reaction on a story. + +

          Returns Ok

          +
          +
          Parameters:
          +
          storySenderChatId - The identifier of the sender of the story.
          +
          storyId - The identifier of the story.
          +
          reactionType - Type of the reaction to set; pass null to remove the reaction. `reactionTypeCustomEmoji` reactions can be used only by Telegram Premium users.
          +
          updateRecentReactions - Pass true if the reaction needs to be added to recent reactions. + +

          Returns Ok

          +
          +
          +
        • +
        • +
          +

          SetStoryReaction

          +
          public SetStoryReaction(DataInput input) + throws IOException
          +
          Changes chosen reaction on a story. + +

          Returns Ok

          +
          +
          Parameters:
          +
          input - Serialized input
          +
          Throws:
          +
          IOException - the deserialization failed
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        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
          +
          +
          +
        • +
        • +
          +

          serialize

          +
          public void serialize(DataOutput output) + throws IOException
          +
          Serialize the TDLib class
          +
          +
          Specified by:
          +
          serialize in class TdApi.Object
          +
          Parameters:
          +
          output - output data stream
          +
          Throws:
          +
          IOException - the serialization failed
          +
          +
          +
        • +
        • +
          +

          equals

          +
          public boolean equals(Object o)
          +
          +
          Overrides:
          +
          equals in class Object
          +
          +
          +
        • +
        • +
          +

          hashCode

          +
          public int hashCode()
          +
          +
          Overrides:
          +
          hashCode in class Object
          +
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/TdApi.SetSupergroupStickerSet.html b/tdlight.api/it/tdlight/jni/TdApi.SetSupergroupStickerSet.html index da60bd64599..cc216cf9952 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.SetSupergroupStickerSet.html +++ b/tdlight.api/it/tdlight/jni/TdApi.SetSupergroupStickerSet.html @@ -2,7 +2,7 @@ -TdApi.SetSupergroupStickerSet (TDLight API 4.0.411 API) +TdApi.SetSupergroupStickerSet (TDLight API 4.0.412 API) + + + + + + + + + + + + + + +
      + +
      +
      + +
      +
      Module tdlight.api
      + +

      Class TdApi.StoryArea

      +
      +
      java.lang.Object +
      it.tdlight.jni.TdApi.Object +
      it.tdlight.jni.TdApi.StoryArea
      +
      +
      +
      +
      +
      Enclosing class:
      +
      TdApi
      +
      +
      +
      public static final class TdApi.StoryArea +extends TdApi.Object
      +
      Describes a clickable rectangle area on a story media.
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Field Details

        + +
        +
      • + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          StoryArea

          +
          public StoryArea()
          +
          Describes a clickable rectangle area on a story media.
          +
          +
        • +
        • +
          +

          StoryArea

          +
          public StoryArea(TdApi.StoryAreaPosition position, + TdApi.StoryAreaType type)
          +
          Describes a clickable rectangle area on a story media.
          +
          +
          Parameters:
          +
          position - Position of the area.
          +
          type - Type of the area.
          +
          +
          +
        • +
        • +
          +

          StoryArea

          +
          public StoryArea(DataInput input) + throws IOException
          +
          Describes a clickable rectangle area on a story media.
          +
          +
          Parameters:
          +
          input - Serialized input
          +
          Throws:
          +
          IOException - the deserialization failed
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        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
          +
          +
          +
        • +
        • +
          +

          serialize

          +
          public void serialize(DataOutput output) + throws IOException
          +
          Serialize the TDLib class
          +
          +
          Specified by:
          +
          serialize in class TdApi.Object
          +
          Parameters:
          +
          output - output data stream
          +
          Throws:
          +
          IOException - the serialization failed
          +
          +
          +
        • +
        • +
          +

          equals

          +
          public boolean equals(Object o)
          +
          +
          Overrides:
          +
          equals in class Object
          +
          +
          +
        • +
        • +
          +

          hashCode

          +
          public int hashCode()
          +
          +
          Overrides:
          +
          hashCode in class Object
          +
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/TdApi.StoryAreaPosition.html b/tdlight.api/it/tdlight/jni/TdApi.StoryAreaPosition.html new file mode 100644 index 00000000000..8b22f875c87 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.StoryAreaPosition.html @@ -0,0 +1,386 @@ + + + + +TdApi.StoryAreaPosition (TDLight API 4.0.412 API) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      +
      Module tdlight.api
      + +

      Class TdApi.StoryAreaPosition

      +
      +
      java.lang.Object +
      it.tdlight.jni.TdApi.Object +
      it.tdlight.jni.TdApi.StoryAreaPosition
      +
      +
      +
      +
      +
      Enclosing class:
      +
      TdApi
      +
      +
      +
      public static final class TdApi.StoryAreaPosition +extends TdApi.Object
      +
      Describes position of a clickable rectangle area on a story media.
      +
      +
      +
        + +
      • +
        +

        Field Summary

        +
        Fields
        +
        +
        Modifier and Type
        +
        Field
        +
        Description
        +
        static final int
        + +
        +
        Identifier uniquely determining type of the object.
        +
        +
        double
        + +
        +
        The ordinate of the rectangle's center, as a percentage of the media height.
        +
        +
        double
        + +
        +
        Clockwise rotation angle of the rectangle, in degrees; 0-360.
        +
        +
        double
        + +
        +
        The width of the rectangle, as a percentage of the media width.
        +
        +
        double
        + +
        +
        The abscissa of the rectangle's center, as a percentage of the media width.
        +
        +
        double
        + +
        +
        The ordinate of the rectangle's center, as a percentage of the media height.
        +
        +
        +
        +
      • + +
      • +
        +

        Constructor Summary

        +
        Constructors
        +
        +
        Constructor
        +
        Description
        + +
        +
        Describes position of a clickable rectangle area on a story media.
        +
        +
        StoryAreaPosition(double xPercentage, + double yPercentage, + double widthPercentage, + double heightPercentage, + double rotationAngle)
        +
        +
        Describes position of a clickable rectangle area on a story media.
        +
        + +
        +
        Describes position of a clickable rectangle area on a story media.
        +
        +
        +
        +
      • + +
      • +
        +

        Method Summary

        +
        +
        +
        +
        +
        Modifier and Type
        +
        Method
        +
        Description
        +
        boolean
        + +
         
        +
        int
        + +
        +
        Returns an identifier uniquely determining type of the object.
        +
        +
        int
        + +
         
        +
        void
        + +
        +
        Serialize the TDLib class
        +
        +
        +
        +
        +
        +

        Methods inherited from class it.tdlight.jni.TdApi.Object

        +serialize, toString
        +
        +

        Methods inherited from class java.lang.Object

        +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
        +
        +
      • +
      +
      +
      +
        + +
      • +
        +

        Field Details

        +
          +
        • +
          +

          xPercentage

          +
          public double xPercentage
          +
          The abscissa of the rectangle's center, as a percentage of the media width.
          +
          +
        • +
        • +
          +

          yPercentage

          +
          public double yPercentage
          +
          The ordinate of the rectangle's center, as a percentage of the media height.
          +
          +
        • +
        • +
          +

          widthPercentage

          +
          public double widthPercentage
          +
          The width of the rectangle, as a percentage of the media width.
          +
          +
        • +
        • +
          +

          heightPercentage

          +
          public double heightPercentage
          +
          The ordinate of the rectangle's center, as a percentage of the media height.
          +
          +
        • +
        • +
          +

          rotationAngle

          +
          public double rotationAngle
          +
          Clockwise rotation angle of the rectangle, in degrees; 0-360.
          +
          +
        • +
        • +
          +

          CONSTRUCTOR

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

        Constructor Details

        +
          +
        • +
          +

          StoryAreaPosition

          +
          public StoryAreaPosition()
          +
          Describes position of a clickable rectangle area on a story media.
          +
          +
        • +
        • +
          +

          StoryAreaPosition

          +
          public StoryAreaPosition(double xPercentage, + double yPercentage, + double widthPercentage, + double heightPercentage, + double rotationAngle)
          +
          Describes position of a clickable rectangle area on a story media.
          +
          +
          Parameters:
          +
          xPercentage - The abscissa of the rectangle's center, as a percentage of the media width.
          +
          yPercentage - The ordinate of the rectangle's center, as a percentage of the media height.
          +
          widthPercentage - The width of the rectangle, as a percentage of the media width.
          +
          heightPercentage - The ordinate of the rectangle's center, as a percentage of the media height.
          +
          rotationAngle - Clockwise rotation angle of the rectangle, in degrees; 0-360.
          +
          +
          +
        • +
        • +
          +

          StoryAreaPosition

          +
          public StoryAreaPosition(DataInput input) + throws IOException
          +
          Describes position of a clickable rectangle area on a story media.
          +
          +
          Parameters:
          +
          input - Serialized input
          +
          Throws:
          +
          IOException - the deserialization failed
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        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
          +
          +
          +
        • +
        • +
          +

          serialize

          +
          public void serialize(DataOutput output) + throws IOException
          +
          Serialize the TDLib class
          +
          +
          Specified by:
          +
          serialize in class TdApi.Object
          +
          Parameters:
          +
          output - output data stream
          +
          Throws:
          +
          IOException - the serialization failed
          +
          +
          +
        • +
        • +
          +

          equals

          +
          public boolean equals(Object o)
          +
          +
          Overrides:
          +
          equals in class Object
          +
          +
          +
        • +
        • +
          +

          hashCode

          +
          public int hashCode()
          +
          +
          Overrides:
          +
          hashCode in class Object
          +
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/TdApi.StoryAreaType.html b/tdlight.api/it/tdlight/jni/TdApi.StoryAreaType.html new file mode 100644 index 00000000000..4594540fe80 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.StoryAreaType.html @@ -0,0 +1,159 @@ + + + + +TdApi.StoryAreaType (TDLight API 4.0.412 API) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      +
      Module tdlight.api
      + +

      Class TdApi.StoryAreaType

      +
      +
      java.lang.Object +
      it.tdlight.jni.TdApi.Object +
      it.tdlight.jni.TdApi.StoryAreaType
      +
      +
      +
      +
      +
      Direct Known Subclasses:
      +
      TdApi.StoryAreaTypeLocation, TdApi.StoryAreaTypeVenue
      +
      +
      +
      Enclosing class:
      +
      TdApi
      +
      +
      +
      public abstract static sealed class TdApi.StoryAreaType +extends TdApi.Object +permits TdApi.StoryAreaTypeLocation, TdApi.StoryAreaTypeVenue
      +
      This class is an abstract base class. + Describes type of a clickable rectangle area on a story media.
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          StoryAreaType

          +
          public StoryAreaType()
          +
          Default class constructor.
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/TdApi.StoryAreaTypeLocation.html b/tdlight.api/it/tdlight/jni/TdApi.StoryAreaTypeLocation.html new file mode 100644 index 00000000000..27c6aa9b577 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.StoryAreaTypeLocation.html @@ -0,0 +1,328 @@ + + + + +TdApi.StoryAreaTypeLocation (TDLight API 4.0.412 API) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      +
      Module tdlight.api
      + +

      Class TdApi.StoryAreaTypeLocation

      +
      +
      java.lang.Object +
      it.tdlight.jni.TdApi.Object +
      it.tdlight.jni.TdApi.StoryAreaType +
      it.tdlight.jni.TdApi.StoryAreaTypeLocation
      +
      +
      +
      +
      +
      +
      Enclosing class:
      +
      TdApi
      +
      +
      +
      public static final class TdApi.StoryAreaTypeLocation +extends TdApi.StoryAreaType
      +
      An area pointing to a location.
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Field Details

        +
          +
        • +
          +

          location

          +
          public TdApi.Location location
          +
          The location.
          +
          +
        • +
        • +
          +

          CONSTRUCTOR

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

        Constructor Details

        +
          +
        • +
          +

          StoryAreaTypeLocation

          +
          public StoryAreaTypeLocation()
          +
          An area pointing to a location.
          +
          +
        • +
        • +
          +

          StoryAreaTypeLocation

          +
          public StoryAreaTypeLocation(TdApi.Location location)
          +
          An area pointing to a location.
          +
          +
          Parameters:
          +
          location - The location.
          +
          +
          +
        • +
        • +
          +

          StoryAreaTypeLocation

          +
          public StoryAreaTypeLocation(DataInput input) + throws IOException
          +
          An area pointing to a location.
          +
          +
          Parameters:
          +
          input - Serialized input
          +
          Throws:
          +
          IOException - the deserialization failed
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        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
          +
          +
          +
        • +
        • +
          +

          serialize

          +
          public void serialize(DataOutput output) + throws IOException
          +
          Serialize the TDLib class
          +
          +
          Specified by:
          +
          serialize in class TdApi.Object
          +
          Parameters:
          +
          output - output data stream
          +
          Throws:
          +
          IOException - the serialization failed
          +
          +
          +
        • +
        • +
          +

          equals

          +
          public boolean equals(Object o)
          +
          +
          Overrides:
          +
          equals in class Object
          +
          +
          +
        • +
        • +
          +

          hashCode

          +
          public int hashCode()
          +
          +
          Overrides:
          +
          hashCode in class Object
          +
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/TdApi.StoryAreaTypeVenue.html b/tdlight.api/it/tdlight/jni/TdApi.StoryAreaTypeVenue.html new file mode 100644 index 00000000000..2719c471e50 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.StoryAreaTypeVenue.html @@ -0,0 +1,328 @@ + + + + +TdApi.StoryAreaTypeVenue (TDLight API 4.0.412 API) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      +
      Module tdlight.api
      + +

      Class TdApi.StoryAreaTypeVenue

      +
      + +
      +
      +
      Enclosing class:
      +
      TdApi
      +
      +
      +
      public static final class TdApi.StoryAreaTypeVenue +extends TdApi.StoryAreaType
      +
      An area pointing to a venue.
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Field Details

        +
          +
        • +
          +

          venue

          +
          public TdApi.Venue venue
          +
          Information about the venue.
          +
          +
        • +
        • +
          +

          CONSTRUCTOR

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

        Constructor Details

        +
          +
        • +
          +

          StoryAreaTypeVenue

          +
          public StoryAreaTypeVenue()
          +
          An area pointing to a venue.
          +
          +
        • +
        • +
          +

          StoryAreaTypeVenue

          +
          public StoryAreaTypeVenue(TdApi.Venue venue)
          +
          An area pointing to a venue.
          +
          +
          Parameters:
          +
          venue - Information about the venue.
          +
          +
          +
        • +
        • +
          +

          StoryAreaTypeVenue

          +
          public StoryAreaTypeVenue(DataInput input) + throws IOException
          +
          An area pointing to a venue.
          +
          +
          Parameters:
          +
          input - Serialized input
          +
          Throws:
          +
          IOException - the deserialization failed
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        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
          +
          +
          +
        • +
        • +
          +

          serialize

          +
          public void serialize(DataOutput output) + throws IOException
          +
          Serialize the TDLib class
          +
          +
          Specified by:
          +
          serialize in class TdApi.Object
          +
          Parameters:
          +
          output - output data stream
          +
          Throws:
          +
          IOException - the serialization failed
          +
          +
          +
        • +
        • +
          +

          equals

          +
          public boolean equals(Object o)
          +
          +
          Overrides:
          +
          equals in class Object
          +
          +
          +
        • +
        • +
          +

          hashCode

          +
          public int hashCode()
          +
          +
          Overrides:
          +
          hashCode in class Object
          +
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/TdApi.StoryContent.html b/tdlight.api/it/tdlight/jni/TdApi.StoryContent.html index d786371ac20..a37a0aec4fe 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.StoryContent.html +++ b/tdlight.api/it/tdlight/jni/TdApi.StoryContent.html @@ -2,7 +2,7 @@ -TdApi.StoryContent (TDLight API 4.0.411 API) +TdApi.StoryContent (TDLight API 4.0.412 API) + + + + + + + + + + + + + + +
      + +
      +
      + +
      +
      Module tdlight.api
      + +

      Class TdApi.StoryViewer

      +
      +
      java.lang.Object +
      it.tdlight.jni.TdApi.Object +
      it.tdlight.jni.TdApi.StoryViewer
      +
      +
      +
      +
      +
      Enclosing class:
      +
      TdApi
      +
      +
      +
      public static final class TdApi.StoryViewer +extends TdApi.Object
      +
      Represents a viewer of a story.
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Field Details

        +
          +
        • +
          +

          userId

          +
          public long userId
          +
          User identifier of the viewer.
          +
          +
        • +
        • +
          +

          viewDate

          +
          public int viewDate
          +
          Approximate point in time (Unix timestamp) when the story was viewed.
          +
          +
        • +
        • +
          +

          blockList

          +
          public TdApi.BlockList blockList
          +
          Block list to which the user is added; may be null if none.
          +
          +
        • +
        • +
          +

          chosenReactionType

          +
          public TdApi.ReactionType chosenReactionType
          +
          Type of the reaction that was chosen by the user; may be null if none.
          +
          +
        • +
        • +
          +

          CONSTRUCTOR

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

        Constructor Details

        +
          +
        • +
          +

          StoryViewer

          +
          public StoryViewer()
          +
          Represents a viewer of a story.
          +
          +
        • +
        • +
          +

          StoryViewer

          +
          public StoryViewer(long userId, + int viewDate, + TdApi.BlockList blockList, + TdApi.ReactionType chosenReactionType)
          +
          Represents a viewer of a story.
          +
          +
          Parameters:
          +
          userId - User identifier of the viewer.
          +
          viewDate - Approximate point in time (Unix timestamp) when the story was viewed.
          +
          blockList - Block list to which the user is added; may be null if none.
          +
          chosenReactionType - Type of the reaction that was chosen by the user; may be null if none.
          +
          +
          +
        • +
        • +
          +

          StoryViewer

          +
          public StoryViewer(DataInput input) + throws IOException
          +
          Represents a viewer of a story.
          +
          +
          Parameters:
          +
          input - Serialized input
          +
          Throws:
          +
          IOException - the deserialization failed
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        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
          +
          +
          +
        • +
        • +
          +

          serialize

          +
          public void serialize(DataOutput output) + throws IOException
          +
          Serialize the TDLib class
          +
          +
          Specified by:
          +
          serialize in class TdApi.Object
          +
          Parameters:
          +
          output - output data stream
          +
          Throws:
          +
          IOException - the serialization failed
          +
          +
          +
        • +
        • +
          +

          equals

          +
          public boolean equals(Object o)
          +
          +
          Overrides:
          +
          equals in class Object
          +
          +
          +
        • +
        • +
          +

          hashCode

          +
          public int hashCode()
          +
          +
          Overrides:
          +
          hashCode in class Object
          +
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/TdApi.StoryViewers.html b/tdlight.api/it/tdlight/jni/TdApi.StoryViewers.html new file mode 100644 index 00000000000..ff027dde669 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.StoryViewers.html @@ -0,0 +1,356 @@ + + + + +TdApi.StoryViewers (TDLight API 4.0.412 API) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      +
      Module tdlight.api
      + +

      Class TdApi.StoryViewers

      +
      +
      java.lang.Object +
      it.tdlight.jni.TdApi.Object +
      it.tdlight.jni.TdApi.StoryViewers
      +
      +
      +
      +
      +
      Enclosing class:
      +
      TdApi
      +
      +
      +
      public static final class TdApi.StoryViewers +extends TdApi.Object
      +
      Represents a list of story viewers.
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Field Details

        +
          +
        • +
          +

          totalCount

          +
          public int totalCount
          +
          Approximate total number of story viewers found.
          +
          +
        • +
        • +
          +

          viewers

          +
          public TdApi.StoryViewer[] viewers
          +
          List of story viewers.
          +
          +
        • +
        • +
          +

          nextOffset

          +
          public String nextOffset
          +
          The offset for the next request. If empty, there are no more results.
          +
          +
        • +
        • +
          +

          CONSTRUCTOR

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

        Constructor Details

        +
          +
        • +
          +

          StoryViewers

          +
          public StoryViewers()
          +
          Represents a list of story viewers.
          +
          +
        • +
        • +
          +

          StoryViewers

          +
          public StoryViewers(int totalCount, + TdApi.StoryViewer[] viewers, + String nextOffset)
          +
          Represents a list of story viewers.
          +
          +
          Parameters:
          +
          totalCount - Approximate total number of story viewers found.
          +
          viewers - List of story viewers.
          +
          nextOffset - The offset for the next request. If empty, there are no more results.
          +
          +
          +
        • +
        • +
          +

          StoryViewers

          +
          public StoryViewers(DataInput input) + throws IOException
          +
          Represents a list of story viewers.
          +
          +
          Parameters:
          +
          input - Serialized input
          +
          Throws:
          +
          IOException - the deserialization failed
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        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
          +
          +
          +
        • +
        • +
          +

          serialize

          +
          public void serialize(DataOutput output) + throws IOException
          +
          Serialize the TDLib class
          +
          +
          Specified by:
          +
          serialize in class TdApi.Object
          +
          Parameters:
          +
          output - output data stream
          +
          Throws:
          +
          IOException - the serialization failed
          +
          +
          +
        • +
        • +
          +

          equals

          +
          public boolean equals(Object o)
          +
          +
          Overrides:
          +
          equals in class Object
          +
          +
          +
        • +
        • +
          +

          hashCode

          +
          public int hashCode()
          +
          +
          Overrides:
          +
          hashCode in class Object
          +
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/TdApi.SuggestUserProfilePhoto.html b/tdlight.api/it/tdlight/jni/TdApi.SuggestUserProfilePhoto.html index 25d4fa00d16..63f1bcc8197 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.SuggestUserProfilePhoto.html +++ b/tdlight.api/it/tdlight/jni/TdApi.SuggestUserProfilePhoto.html @@ -2,7 +2,7 @@ -TdApi.SuggestUserProfilePhoto (TDLight API 4.0.411 API) +TdApi.SuggestUserProfilePhoto (TDLight API 4.0.412 API) - + @@ -42,7 +42,7 @@ loadScripts(document, 'script');
    • Module
    • Package
    • -
    • Use
    • +
    • Use
    • Tree
    • Index
    • Help
    • @@ -78,12 +78,12 @@ loadScripts(document, 'script');
      Module tdlight.api
      -

      Class TdApi.UpdateChatIsBlocked

      +

      Class TdApi.UpdateChatBlockList

      java.lang.Object
      it.tdlight.jni.TdApi.Object
      it.tdlight.jni.TdApi.Update -
      it.tdlight.jni.TdApi.UpdateChatIsBlocked
      +
      it.tdlight.jni.TdApi.UpdateChatBlockList
      @@ -93,7 +93,7 @@ loadScripts(document, 'script');
      TdApi

      -
      public static final class TdApi.UpdateChatIsBlocked +
      public static final class TdApi.UpdateChatBlockList extends TdApi.Update
      A chat was blocked or unblocked.
      @@ -108,20 +108,20 @@ loadScripts(document, 'script');
      Modifier and Type
      Field
      Description
      -
      long
      - + +
      +
      Block list to which the chat is added; may be null if none.
      +
      +
      long
      + +
      Chat identifier.
      -
      static final int
      - -
      -
      Identifier uniquely determining type of the object.
      -
      -
      boolean
      - +
      static final int
      +
      -
      New value of isBlocked.
      +
      Identifier uniquely determining type of the object.
  • @@ -134,16 +134,16 @@ loadScripts(document, 'script');
    Constructor
    Description
    - +
    A chat was blocked or unblocked.
    -
    UpdateChatIsBlocked(long chatId, - boolean isBlocked)
    +
    UpdateChatBlockList(long chatId, + TdApi.BlockList blockList)
    A chat was blocked or unblocked.
    - +
    A chat was blocked or unblocked.
    @@ -205,10 +205,10 @@ loadScripts(document, 'script');
  • -
    -

    isBlocked

    -
    public boolean isBlocked
    -
    New value of isBlocked.
    +
    +

    blockList

    +
    public TdApi.BlockList blockList
    +
    Block list to which the chat is added; may be null if none.
  • @@ -220,7 +220,7 @@ loadScripts(document, 'script');
    See Also:
    @@ -236,28 +236,28 @@ loadScripts(document, 'script');
    • -

      UpdateChatIsBlocked

      -
      public UpdateChatIsBlocked()
      +

      UpdateChatBlockList

      +
      public UpdateChatBlockList()
      A chat was blocked or unblocked.
    • -
      -

      UpdateChatIsBlocked

      -
      public UpdateChatIsBlocked(long chatId, - boolean isBlocked)
      +
      +

      UpdateChatBlockList

      +
      public UpdateChatBlockList(long chatId, + TdApi.BlockList blockList)
      A chat was blocked or unblocked.
      Parameters:
      chatId - Chat identifier.
      -
      isBlocked - New value of isBlocked.
      +
      blockList - Block list to which the chat is added; may be null if none.
    • -

      UpdateChatIsBlocked

      -
      public UpdateChatIsBlocked(DataInput input) +

      UpdateChatBlockList

      +
      public UpdateChatBlockList(DataInput input) throws IOException
      A chat was blocked or unblocked.
      diff --git a/tdlight.api/it/tdlight/jni/TdApi.UpdateChatDefaultDisableNotification.html b/tdlight.api/it/tdlight/jni/TdApi.UpdateChatDefaultDisableNotification.html index aec75158869..ce5b0982dfe 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.UpdateChatDefaultDisableNotification.html +++ b/tdlight.api/it/tdlight/jni/TdApi.UpdateChatDefaultDisableNotification.html @@ -2,7 +2,7 @@ -TdApi.UpdateChatDefaultDisableNotification (TDLight API 4.0.411 API) +TdApi.UpdateChatDefaultDisableNotification (TDLight API 4.0.412 API) + + + + + + + + + + + + + + +
      + +
      +
      + +
      +
      Module tdlight.api
      + +

      Class TdApi.UpdateStorySendFailed

      +
      +
      java.lang.Object +
      it.tdlight.jni.TdApi.Object +
      it.tdlight.jni.TdApi.Update +
      it.tdlight.jni.TdApi.UpdateStorySendFailed
      +
      +
      +
      +
      +
      +
      Enclosing class:
      +
      TdApi
      +
      +
      +
      public static final class TdApi.UpdateStorySendFailed +extends TdApi.Update
      +
      A story failed to send. If the story sending is canceled, then + updateStoryDeleted will be received instead of this update.
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Field Details

        +
          +
        • +
          +

          story

          +
          public TdApi.Story story
          +
          The failed to send story.
          +
          +
        • +
        • +
          +

          error

          + +
          The cause of the failure; may be null if unknown.
          +
          +
        • +
        • +
          +

          errorCode

          +
          public int errorCode
          +
          An error code.
          +
          +
        • +
        • +
          +

          errorMessage

          +
          public String errorMessage
          +
          Error message.
          +
          +
        • +
        • +
          +

          CONSTRUCTOR

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

        Constructor Details

        +
          +
        • +
          +

          UpdateStorySendFailed

          +
          public UpdateStorySendFailed()
          +
          A story failed to send. If the story sending is canceled, then updateStoryDeleted will be received instead of this update.
          +
          +
        • +
        • +
          +

          UpdateStorySendFailed

          +
          public UpdateStorySendFailed(TdApi.Story story, + TdApi.CanSendStoryResult error, + int errorCode, + String errorMessage)
          +
          A story failed to send. If the story sending is canceled, then updateStoryDeleted will be received instead of this update.
          +
          +
          Parameters:
          +
          story - The failed to send story.
          +
          error - The cause of the failure; may be null if unknown.
          +
          errorCode - An error code.
          +
          errorMessage - Error message.
          +
          +
          +
        • +
        • +
          +

          UpdateStorySendFailed

          +
          public UpdateStorySendFailed(DataInput input) + throws IOException
          +
          A story failed to send. If the story sending is canceled, then updateStoryDeleted will be received instead of this update.
          +
          +
          Parameters:
          +
          input - Serialized input
          +
          Throws:
          +
          IOException - the deserialization failed
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        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
          +
          +
          +
        • +
        • +
          +

          serialize

          +
          public void serialize(DataOutput output) + throws IOException
          +
          Serialize the TDLib class
          +
          +
          Specified by:
          +
          serialize in class TdApi.Object
          +
          Parameters:
          +
          output - output data stream
          +
          Throws:
          +
          IOException - the serialization failed
          +
          +
          +
        • +
        • +
          +

          equals

          +
          public boolean equals(Object o)
          +
          +
          Overrides:
          +
          equals in class Object
          +
          +
          +
        • +
        • +
          +

          hashCode

          +
          public int hashCode()
          +
          +
          Overrides:
          +
          hashCode in class Object
          +
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/TdApi.UpdateStorySendSucceeded.html b/tdlight.api/it/tdlight/jni/TdApi.UpdateStorySendSucceeded.html new file mode 100644 index 00000000000..0c2aff0e4be --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.UpdateStorySendSucceeded.html @@ -0,0 +1,343 @@ + + + + +TdApi.UpdateStorySendSucceeded (TDLight API 4.0.412 API) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      +
      Module tdlight.api
      + +

      Class TdApi.UpdateStorySendSucceeded

      +
      +
      java.lang.Object +
      it.tdlight.jni.TdApi.Object +
      it.tdlight.jni.TdApi.Update +
      it.tdlight.jni.TdApi.UpdateStorySendSucceeded
      +
      +
      +
      +
      +
      +
      Enclosing class:
      +
      TdApi
      +
      +
      +
      public static final class TdApi.UpdateStorySendSucceeded +extends TdApi.Update
      +
      A story has been successfully sent.
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Field Details

        +
          +
        • +
          +

          story

          +
          public TdApi.Story story
          +
          The sent story.
          +
          +
        • +
        • +
          +

          oldStoryId

          +
          public int oldStoryId
          +
          The previous temporary story identifier.
          +
          +
        • +
        • +
          +

          CONSTRUCTOR

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

        Constructor Details

        +
          +
        • +
          +

          UpdateStorySendSucceeded

          +
          public UpdateStorySendSucceeded()
          +
          A story has been successfully sent.
          +
          +
        • +
        • +
          +

          UpdateStorySendSucceeded

          +
          public UpdateStorySendSucceeded(TdApi.Story story, + int oldStoryId)
          +
          A story has been successfully sent.
          +
          +
          Parameters:
          +
          story - The sent story.
          +
          oldStoryId - The previous temporary story identifier.
          +
          +
          +
        • +
        • +
          +

          UpdateStorySendSucceeded

          +
          public UpdateStorySendSucceeded(DataInput input) + throws IOException
          +
          A story has been successfully sent.
          +
          +
          Parameters:
          +
          input - Serialized input
          +
          Throws:
          +
          IOException - the deserialization failed
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        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
          +
          +
          +
        • +
        • +
          +

          serialize

          +
          public void serialize(DataOutput output) + throws IOException
          +
          Serialize the TDLib class
          +
          +
          Specified by:
          +
          serialize in class TdApi.Object
          +
          Parameters:
          +
          output - output data stream
          +
          Throws:
          +
          IOException - the serialization failed
          +
          +
          +
        • +
        • +
          +

          equals

          +
          public boolean equals(Object o)
          +
          +
          Overrides:
          +
          equals in class Object
          +
          +
          +
        • +
        • +
          +

          hashCode

          +
          public int hashCode()
          +
          +
          Overrides:
          +
          hashCode in class Object
          +
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/TdApi.UpdateStoryStealthMode.html b/tdlight.api/it/tdlight/jni/TdApi.UpdateStoryStealthMode.html new file mode 100644 index 00000000000..615c85949af --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.UpdateStoryStealthMode.html @@ -0,0 +1,343 @@ + + + + +TdApi.UpdateStoryStealthMode (TDLight API 4.0.412 API) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      +
      Module tdlight.api
      + +

      Class TdApi.UpdateStoryStealthMode

      +
      +
      java.lang.Object +
      it.tdlight.jni.TdApi.Object +
      it.tdlight.jni.TdApi.Update +
      it.tdlight.jni.TdApi.UpdateStoryStealthMode
      +
      +
      +
      +
      +
      +
      Enclosing class:
      +
      TdApi
      +
      +
      +
      public static final class TdApi.UpdateStoryStealthMode +extends TdApi.Update
      +
      Story stealth mode settings have changed.
      +
      +
      +
        + +
      • +
        +

        Field Summary

        +
        Fields
        +
        +
        Modifier and Type
        +
        Field
        +
        Description
        +
        int
        + +
        +
        Point in time (Unix timestamp) until stealth mode is active; 0 if it is disabled.
        +
        +
        static final int
        + +
        +
        Identifier uniquely determining type of the object.
        +
        +
        int
        + +
        +
        Point in time (Unix timestamp) when stealth mode can be enabled again; 0 if there is no active cooldown.
        +
        +
        +
        +
      • + +
      • +
        +

        Constructor Summary

        +
        Constructors
        +
        +
        Constructor
        +
        Description
        + +
        +
        Story stealth mode settings have changed.
        +
        +
        UpdateStoryStealthMode(int activeUntilDate, + int cooldownUntilDate)
        +
        +
        Story stealth mode settings have changed.
        +
        + +
        +
        Story stealth mode settings have changed.
        +
        +
        +
        +
      • + +
      • +
        +

        Method Summary

        +
        +
        +
        +
        +
        Modifier and Type
        +
        Method
        +
        Description
        +
        boolean
        + +
         
        +
        int
        + +
        +
        Returns an identifier uniquely determining type of the object.
        +
        +
        int
        + +
         
        +
        void
        + +
        +
        Serialize the TDLib class
        +
        +
        +
        +
        +
        +

        Methods inherited from class it.tdlight.jni.TdApi.Object

        +serialize, toString
        +
        +

        Methods inherited from class java.lang.Object

        +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
        +
        +
      • +
      +
      +
      +
        + +
      • +
        +

        Field Details

        +
          +
        • +
          +

          activeUntilDate

          +
          public int activeUntilDate
          +
          Point in time (Unix timestamp) until stealth mode is active; 0 if it is disabled.
          +
          +
        • +
        • +
          +

          cooldownUntilDate

          +
          public int cooldownUntilDate
          +
          Point in time (Unix timestamp) when stealth mode can be enabled again; 0 if there is no active cooldown.
          +
          +
        • +
        • +
          +

          CONSTRUCTOR

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

        Constructor Details

        +
          +
        • +
          +

          UpdateStoryStealthMode

          +
          public UpdateStoryStealthMode()
          +
          Story stealth mode settings have changed.
          +
          +
        • +
        • +
          +

          UpdateStoryStealthMode

          +
          public UpdateStoryStealthMode(int activeUntilDate, + int cooldownUntilDate)
          +
          Story stealth mode settings have changed.
          +
          +
          Parameters:
          +
          activeUntilDate - Point in time (Unix timestamp) until stealth mode is active; 0 if it is disabled.
          +
          cooldownUntilDate - Point in time (Unix timestamp) when stealth mode can be enabled again; 0 if there is no active cooldown.
          +
          +
          +
        • +
        • +
          +

          UpdateStoryStealthMode

          +
          public UpdateStoryStealthMode(DataInput input) + throws IOException
          +
          Story stealth mode settings have changed.
          +
          +
          Parameters:
          +
          input - Serialized input
          +
          Throws:
          +
          IOException - the deserialization failed
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        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
          +
          +
          +
        • +
        • +
          +

          serialize

          +
          public void serialize(DataOutput output) + throws IOException
          +
          Serialize the TDLib class
          +
          +
          Specified by:
          +
          serialize in class TdApi.Object
          +
          Parameters:
          +
          output - output data stream
          +
          Throws:
          +
          IOException - the serialization failed
          +
          +
          +
        • +
        • +
          +

          equals

          +
          public boolean equals(Object o)
          +
          +
          Overrides:
          +
          equals in class Object
          +
          +
          +
        • +
        • +
          +

          hashCode

          +
          public int hashCode()
          +
          +
          Overrides:
          +
          hashCode in class Object
          +
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/TdApi.UpdateSuggestedActions.html b/tdlight.api/it/tdlight/jni/TdApi.UpdateSuggestedActions.html index 4d2dd9ba300..b1446f73d29 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.UpdateSuggestedActions.html +++ b/tdlight.api/it/tdlight/jni/TdApi.UpdateSuggestedActions.html @@ -2,7 +2,7 @@ -TdApi.UpdateSuggestedActions (TDLight API 4.0.411 API) +TdApi.UpdateSuggestedActions (TDLight API 4.0.412 API) + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      it.tdlight.jni.TdApi.ActivateStoryStealthMode

      +
      +No usage of it.tdlight.jni.TdApi.ActivateStoryStealthMode
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.AddApplicationChangelog.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.AddApplicationChangelog.html index b6b2be996ea..f306f74105f 100644 --- a/tdlight.api/it/tdlight/jni/class-use/TdApi.AddApplicationChangelog.html +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.AddApplicationChangelog.html @@ -2,7 +2,7 @@ -Uses of Class it.tdlight.jni.TdApi.AddApplicationChangelog (TDLight API 4.0.411 API) +Uses of Class it.tdlight.jni.TdApi.AddApplicationChangelog (TDLight API 4.0.412 API) + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      it.tdlight.jni.TdApi.BlockList

      +
      +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.BlockListMain.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.BlockListMain.html new file mode 100644 index 00000000000..b4dd4e0cbdc --- /dev/null +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.BlockListMain.html @@ -0,0 +1,69 @@ + + + + +Uses of Class it.tdlight.jni.TdApi.BlockListMain (TDLight API 4.0.412 API) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      it.tdlight.jni.TdApi.BlockListMain

      +
      +No usage of it.tdlight.jni.TdApi.BlockListMain
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.BlockListStories.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.BlockListStories.html new file mode 100644 index 00000000000..6a31658545d --- /dev/null +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.BlockListStories.html @@ -0,0 +1,69 @@ + + + + +Uses of Class it.tdlight.jni.TdApi.BlockListStories (TDLight API 4.0.412 API) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      it.tdlight.jni.TdApi.BlockListStories

      +
      +No usage of it.tdlight.jni.TdApi.BlockListStories
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.BlockMessageSenderFromReplies.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.BlockMessageSenderFromReplies.html index 6558bf07492..91b6606ee18 100644 --- a/tdlight.api/it/tdlight/jni/class-use/TdApi.BlockMessageSenderFromReplies.html +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.BlockMessageSenderFromReplies.html @@ -2,7 +2,7 @@ -Uses of Class it.tdlight.jni.TdApi.BlockMessageSenderFromReplies (TDLight API 4.0.411 API) +Uses of Class it.tdlight.jni.TdApi.BlockMessageSenderFromReplies (TDLight API 4.0.412 API) + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      it.tdlight.jni.TdApi.CanSendStory

      +
      +No usage of it.tdlight.jni.TdApi.CanSendStory
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.CanSendStoryResult.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.CanSendStoryResult.html new file mode 100644 index 00000000000..fa62e363429 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.CanSendStoryResult.html @@ -0,0 +1,135 @@ + + + + +Uses of Class it.tdlight.jni.TdApi.CanSendStoryResult (TDLight API 4.0.412 API) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      it.tdlight.jni.TdApi.CanSendStoryResult

      +
      +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.CanSendStoryResultActiveStoryLimitExceeded.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.CanSendStoryResultActiveStoryLimitExceeded.html new file mode 100644 index 00000000000..8ace2af31a2 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.CanSendStoryResultActiveStoryLimitExceeded.html @@ -0,0 +1,69 @@ + + + + +Uses of Class it.tdlight.jni.TdApi.CanSendStoryResultActiveStoryLimitExceeded (TDLight API 4.0.412 API) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      it.tdlight.jni.TdApi.CanSendStoryResultActiveStoryLimitExceeded

      +
      +No usage of it.tdlight.jni.TdApi.CanSendStoryResultActiveStoryLimitExceeded
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.CanSendStoryResultMonthlyLimitExceeded.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.CanSendStoryResultMonthlyLimitExceeded.html new file mode 100644 index 00000000000..8493a141061 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.CanSendStoryResultMonthlyLimitExceeded.html @@ -0,0 +1,69 @@ + + + + +Uses of Class it.tdlight.jni.TdApi.CanSendStoryResultMonthlyLimitExceeded (TDLight API 4.0.412 API) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      it.tdlight.jni.TdApi.CanSendStoryResultMonthlyLimitExceeded

      +
      +No usage of it.tdlight.jni.TdApi.CanSendStoryResultMonthlyLimitExceeded
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.CanSendStoryResultOk.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.CanSendStoryResultOk.html new file mode 100644 index 00000000000..bd2c6e540d4 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.CanSendStoryResultOk.html @@ -0,0 +1,69 @@ + + + + +Uses of Class it.tdlight.jni.TdApi.CanSendStoryResultOk (TDLight API 4.0.412 API) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      it.tdlight.jni.TdApi.CanSendStoryResultOk

      +
      +No usage of it.tdlight.jni.TdApi.CanSendStoryResultOk
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.CanSendStoryResultPremiumNeeded.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.CanSendStoryResultPremiumNeeded.html new file mode 100644 index 00000000000..02219aebb4a --- /dev/null +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.CanSendStoryResultPremiumNeeded.html @@ -0,0 +1,69 @@ + + + + +Uses of Class it.tdlight.jni.TdApi.CanSendStoryResultPremiumNeeded (TDLight API 4.0.412 API) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      it.tdlight.jni.TdApi.CanSendStoryResultPremiumNeeded

      +
      +No usage of it.tdlight.jni.TdApi.CanSendStoryResultPremiumNeeded
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.CanSendStoryResultWeeklyLimitExceeded.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.CanSendStoryResultWeeklyLimitExceeded.html new file mode 100644 index 00000000000..adb0f7312b8 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.CanSendStoryResultWeeklyLimitExceeded.html @@ -0,0 +1,69 @@ + + + + +Uses of Class it.tdlight.jni.TdApi.CanSendStoryResultWeeklyLimitExceeded (TDLight API 4.0.412 API) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      it.tdlight.jni.TdApi.CanSendStoryResultWeeklyLimitExceeded

      +
      +No usage of it.tdlight.jni.TdApi.CanSendStoryResultWeeklyLimitExceeded
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.CanTransferOwnership.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.CanTransferOwnership.html index 4c9ba50ef33..15dc9ecf084 100644 --- a/tdlight.api/it/tdlight/jni/class-use/TdApi.CanTransferOwnership.html +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.CanTransferOwnership.html @@ -2,7 +2,7 @@ -Uses of Class it.tdlight.jni.TdApi.CanTransferOwnership (TDLight API 4.0.411 API) +Uses of Class it.tdlight.jni.TdApi.CanTransferOwnership (TDLight API 4.0.412 API) + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      it.tdlight.jni.TdApi.GetStoryAvailableReactions

      +
      +No usage of it.tdlight.jni.TdApi.GetStoryAvailableReactions
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.GetStoryNotificationSettingsExceptions.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.GetStoryNotificationSettingsExceptions.html index 48a57a9455d..62a28972b0d 100644 --- a/tdlight.api/it/tdlight/jni/class-use/TdApi.GetStoryNotificationSettingsExceptions.html +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.GetStoryNotificationSettingsExceptions.html @@ -2,7 +2,7 @@ -Uses of Class it.tdlight.jni.TdApi.GetStoryNotificationSettingsExceptions (TDLight API 4.0.411 API) +Uses of Class it.tdlight.jni.TdApi.GetStoryNotificationSettingsExceptions (TDLight API 4.0.412 API) + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      it.tdlight.jni.TdApi.InputStoryArea

      +
      +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.InputStoryAreaType.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.InputStoryAreaType.html new file mode 100644 index 00000000000..02edc7b284f --- /dev/null +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.InputStoryAreaType.html @@ -0,0 +1,123 @@ + + + + +Uses of Class it.tdlight.jni.TdApi.InputStoryAreaType (TDLight API 4.0.412 API) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      it.tdlight.jni.TdApi.InputStoryAreaType

      +
      +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.ToggleMessageSenderIsBlocked.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.InputStoryAreaTypeFoundVenue.html similarity index 85% rename from tdlight.api/it/tdlight/jni/class-use/TdApi.ToggleMessageSenderIsBlocked.html rename to tdlight.api/it/tdlight/jni/class-use/TdApi.InputStoryAreaTypeFoundVenue.html index 08293586db1..0f4d43ea343 100644 --- a/tdlight.api/it/tdlight/jni/class-use/TdApi.ToggleMessageSenderIsBlocked.html +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.InputStoryAreaTypeFoundVenue.html @@ -2,7 +2,7 @@ -Uses of Class it.tdlight.jni.TdApi.ToggleMessageSenderIsBlocked (TDLight API 4.0.411 API) +Uses of Class it.tdlight.jni.TdApi.InputStoryAreaTypeFoundVenue (TDLight API 4.0.412 API) - + @@ -37,7 +37,7 @@ loadScripts(document, 'script');