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

Class TdApi.ArchiveChatListSettings

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.ArchiveChatListSettings
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.ArchiveChatListSettings +extends TdApi.Object
+
Contains settings for automatic moving of chats to and from the + Archive chat lists.
+
+
+
    + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    boolean
    + +
    +
    True, if new chats from non-contacts will be automatically archived and muted.
    +
    +
    static final int
    + +
    +
    Identifier uniquely determining type of the object.
    +
    +
    boolean
    + +
    +
    True, if unmuted chats, that are always included or pinned in a folder, will be kept in the Archive chat list when they get a new message.
    +
    +
    boolean
    + +
    +
    True, if unmuted chats will be kept in the Archive chat list when they get a new message.
    +
    +
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
    +
    Contains settings for automatic moving of chats to and from the Archive chat lists.
    +
    +
    ArchiveChatListSettings(boolean archiveAndMuteNewChatsFromUnknownUsers, + boolean keepUnmutedChatsArchived, + boolean keepChatsFromFoldersArchived)
    +
    +
    Contains settings for automatic moving of chats to and from the Archive chat lists.
    +
    + +
    +
    Contains settings for automatic moving of chats to and from the Archive chat lists.
    +
    +
    +
    +
  • + +
  • +
    +

    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

    +
      +
    • +
      +

      archiveAndMuteNewChatsFromUnknownUsers

      +
      public boolean archiveAndMuteNewChatsFromUnknownUsers
      +
      True, if new chats from non-contacts will be automatically archived and muted. Can be set to true only if the option "can_archive_and_mute_new_chats_from_unknown_users" is true.
      +
      +
    • +
    • +
      +

      keepUnmutedChatsArchived

      +
      public boolean keepUnmutedChatsArchived
      +
      True, if unmuted chats will be kept in the Archive chat list when they get a new message.
      +
      +
    • +
    • +
      +

      keepChatsFromFoldersArchived

      +
      public boolean keepChatsFromFoldersArchived
      +
      True, if unmuted chats, that are always included or pinned in a folder, will be kept in the Archive chat list when they get a new message. Ignored if keepUnmutedChatsArchived == true.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      ArchiveChatListSettings

      +
      public ArchiveChatListSettings()
      +
      Contains settings for automatic moving of chats to and from the Archive chat lists.
      +
      +
    • +
    • +
      +

      ArchiveChatListSettings

      +
      public ArchiveChatListSettings(boolean archiveAndMuteNewChatsFromUnknownUsers, + boolean keepUnmutedChatsArchived, + boolean keepChatsFromFoldersArchived)
      +
      Contains settings for automatic moving of chats to and from the Archive chat lists.
      +
      +
      Parameters:
      +
      archiveAndMuteNewChatsFromUnknownUsers - True, if new chats from non-contacts will be automatically archived and muted. Can be set to true only if the option "can_archive_and_mute_new_chats_from_unknown_users" is true.
      +
      keepUnmutedChatsArchived - True, if unmuted chats will be kept in the Archive chat list when they get a new message.
      +
      keepChatsFromFoldersArchived - True, if unmuted chats, that are always included or pinned in a folder, will be kept in the Archive chat list when they get a new message. Ignored if keepUnmutedChatsArchived == true.
      +
      +
      +
    • +
    • +
      +

      ArchiveChatListSettings

      +
      public ArchiveChatListSettings(DataInput input) + throws IOException
      +
      Contains settings for automatic moving of chats to and from the Archive chat lists.
      +
      +
      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.AssignAppStoreTransaction.html b/tdlight.api/it/tdlight/jni/TdApi.AssignAppStoreTransaction.html index 343c2d92da5..b98866136df 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.AssignAppStoreTransaction.html +++ b/tdlight.api/it/tdlight/jni/TdApi.AssignAppStoreTransaction.html @@ -2,7 +2,7 @@ -TdApi.AssignAppStoreTransaction (TDLight API 4.0.410 API) +TdApi.AssignAppStoreTransaction (TDLight API 4.0.411 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.ChatActiveStories

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.ChatActiveStories
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.ChatActiveStories +extends TdApi.Object
+
Describes active stories posted by a chat.
+
+
+
    + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    long
    + +
    +
    Identifier of the chat that posted the stories.
    +
    +
    static final int
    + +
    +
    Identifier uniquely determining type of the object.
    +
    + + +
    +
    Identifier of the story list in which the stories are shown; may be null if the stories aren't shown in a story list.
    +
    +
    int
    + +
    +
    Identifier of the last read active story.
    +
    +
    long
    + +
    +
    A parameter used to determine order of the stories in the story list; 0 if the stories doesn't need to be shown in the story list.
    +
    + + +
    +
    Basic information about the stories; use getStory to get full information about the stories.
    +
    +
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
    +
    Describes active stories posted by a chat.
    +
    +
    ChatActiveStories(long chatId, + TdApi.StoryList list, + long order, + int maxReadStoryId, + TdApi.StoryInfo[] stories)
    +
    +
    Describes active stories posted by a chat.
    +
    + +
    +
    Describes active stories posted by a chat.
    +
    +
    +
    +
  • + +
  • +
    +

    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

    +
      +
    • +
      +

      chatId

      +
      public long chatId
      +
      Identifier of the chat that posted the stories.
      +
      +
    • +
    • +
      +

      list

      +
      public TdApi.StoryList list
      +
      Identifier of the story list in which the stories are shown; may be null if the stories aren't shown in a story list.
      +
      +
    • +
    • +
      +

      order

      +
      public long order
      +
      A parameter used to determine order of the stories in the story list; 0 if the stories doesn't need to be shown in the story list. Stories must be sorted by the pair (order, storySenderChatId) in descending order.
      +
      +
    • +
    • +
      +

      maxReadStoryId

      +
      public int maxReadStoryId
      +
      Identifier of the last read active story.
      +
      +
    • +
    • +
      +

      stories

      +
      public TdApi.StoryInfo[] stories
      +
      Basic information about the stories; use getStory to get full information about the stories. The stories are in a chronological order (i.e., in order of increasing story identifiers).
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      ChatActiveStories

      +
      public ChatActiveStories()
      +
      Describes active stories posted by a chat.
      +
      +
    • +
    • +
      +

      ChatActiveStories

      +
      public ChatActiveStories(long chatId, + TdApi.StoryList list, + long order, + int maxReadStoryId, + TdApi.StoryInfo[] stories)
      +
      Describes active stories posted by a chat.
      +
      +
      Parameters:
      +
      chatId - Identifier of the chat that posted the stories.
      +
      list - Identifier of the story list in which the stories are shown; may be null if the stories aren't shown in a story list.
      +
      order - A parameter used to determine order of the stories in the story list; 0 if the stories doesn't need to be shown in the story list. Stories must be sorted by the pair (order, storySenderChatId) in descending order.
      +
      maxReadStoryId - Identifier of the last read active story.
      +
      stories - Basic information about the stories; use getStory to get full information about the stories. The stories are in a chronological order (i.e., in order of increasing story identifiers).
      +
      +
      +
    • +
    • +
      +

      ChatActiveStories

      +
      public ChatActiveStories(DataInput input) + throws IOException
      +
      Describes active stories posted by a chat.
      +
      +
      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.ChatAdministrator.html b/tdlight.api/it/tdlight/jni/TdApi.ChatAdministrator.html index 1c87986dbad..d16c8692622 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.ChatAdministrator.html +++ b/tdlight.api/it/tdlight/jni/TdApi.ChatAdministrator.html @@ -2,7 +2,7 @@ -TdApi.ChatAdministrator (TDLight API 4.0.410 API) +TdApi.ChatAdministrator (TDLight API 4.0.411 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.ClickChatSponsoredMessage

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.Function<TdApi.Ok> +
it.tdlight.jni.TdApi.ClickChatSponsoredMessage
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.ClickChatSponsoredMessage +extends TdApi.Function<TdApi.Ok>
+
Informs TDLib that the user opened the sponsored chat via the button, + the name, the photo, or a mention in the sponsored message. +

Returns Ok

+
+
+
    + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    long
    + +
    +
    Chat identifier of the sponsored message.
    +
    +
    static final int
    + +
    +
    Identifier uniquely determining type of the object.
    +
    +
    long
    + +
    +
    Identifier of the sponsored message.
    +
    +
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
    +
    Informs TDLib that the user opened the sponsored chat via the button, the name, the photo, or a mention in the sponsored message.
    +
    +
    ClickChatSponsoredMessage(long chatId, + long messageId)
    +
    +
    Informs TDLib that the user opened the sponsored chat via the button, the name, the photo, or a mention in the sponsored message.
    +
    + +
    +
    Informs TDLib that the user opened the sponsored chat via the button, the name, the photo, or a mention in the sponsored message.
    +
    +
    +
    +
  • + +
  • +
    +

    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

    +
      +
    • +
      +

      chatId

      +
      public long chatId
      +
      Chat identifier of the sponsored message.
      +
      +
    • +
    • +
      +

      messageId

      +
      public long messageId
      +
      Identifier of the sponsored message.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      ClickChatSponsoredMessage

      +
      public ClickChatSponsoredMessage()
      +
      Informs TDLib that the user opened the sponsored chat via the button, the name, the photo, or a mention in the sponsored message. + +

      Returns Ok

      +
      +
    • +
    • +
      +

      ClickChatSponsoredMessage

      +
      public ClickChatSponsoredMessage(long chatId, + long messageId)
      +
      Informs TDLib that the user opened the sponsored chat via the button, the name, the photo, or a mention in the sponsored message. + +

      Returns Ok

      +
      +
      Parameters:
      +
      chatId - Chat identifier of the sponsored message.
      +
      messageId - Identifier of the sponsored message. + +

      Returns Ok

      +
      +
      +
    • +
    • +
      +

      ClickChatSponsoredMessage

      +
      public ClickChatSponsoredMessage(DataInput input) + throws IOException
      +
      Informs TDLib that the user opened the sponsored chat via the button, the name, the photo, or a mention in the sponsored message. + +

      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.ClickPremiumSubscriptionButton.html b/tdlight.api/it/tdlight/jni/TdApi.ClickPremiumSubscriptionButton.html index 4cec78b4554..e0a7ab706d9 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.ClickPremiumSubscriptionButton.html +++ b/tdlight.api/it/tdlight/jni/TdApi.ClickPremiumSubscriptionButton.html @@ -2,7 +2,7 @@ -TdApi.ClickPremiumSubscriptionButton (TDLight API 4.0.410 API) +TdApi.ClickPremiumSubscriptionButton (TDLight API 4.0.411 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.CloseStory

+
+ +
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.CloseStory +extends TdApi.Function<TdApi.Ok>
+
Informs TDLib that a story is closed by the user. +

Returns Ok

+
+
+
    + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    static final int
    + +
    +
    Identifier uniquely determining type of the object.
    +
    +
    int
    + +
    +
    The identifier of the story.
    +
    +
    long
    + +
    +
    The identifier of the sender of the story to close.
    +
    +
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
    +
    Informs TDLib that a story is closed by the user.
    +
    +
    CloseStory(long storySenderChatId, + int storyId)
    +
    +
    Informs TDLib that a story is closed by the user.
    +
    + +
    +
    Informs TDLib that a story is closed by the 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.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

    +
      +
    • +
      +

      storySenderChatId

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

      storyId

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

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      CloseStory

      +
      public CloseStory()
      +
      Informs TDLib that a story is closed by the user. + +

      Returns Ok

      +
      +
    • +
    • +
      +

      CloseStory

      +
      public CloseStory(long storySenderChatId, + int storyId)
      +
      Informs TDLib that a story is closed by the user. + +

      Returns Ok

      +
      +
      Parameters:
      +
      storySenderChatId - The identifier of the sender of the story to close.
      +
      storyId - The identifier of the story. + +

      Returns Ok

      +
      +
      +
    • +
    • +
      +

      CloseStory

      +
      public CloseStory(DataInput input) + throws IOException
      +
      Informs TDLib that a story is closed by the user. + +

      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.CloseWebApp.html b/tdlight.api/it/tdlight/jni/TdApi.CloseWebApp.html index 6f63d813856..60d0e206bd2 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.CloseWebApp.html +++ b/tdlight.api/it/tdlight/jni/TdApi.CloseWebApp.html @@ -2,7 +2,7 @@ -TdApi.CloseWebApp (TDLight API 4.0.410 API) +TdApi.CloseWebApp (TDLight API 4.0.411 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.DeleteStory

+
+ +
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.DeleteStory +extends TdApi.Function<TdApi.Ok>
+
Deletes a previously sent story. +

Returns Ok

+
+
+
    + +
  • +
    +

    Field Summary

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

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
    +
    Deletes a previously sent story.
    +
    +
    DeleteStory(int storyId)
    +
    +
    Deletes a previously sent story.
    +
    + +
    +
    Deletes a previously sent 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

    +
      +
    • +
      +

      storyId

      +
      public int storyId
      +
      Identifier of the story to delete.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      DeleteStory

      +
      public DeleteStory()
      +
      Deletes a previously sent story. + +

      Returns Ok

      +
      +
    • +
    • +
      +

      DeleteStory

      +
      public DeleteStory(int storyId)
      +
      Deletes a previously sent story. + +

      Returns Ok

      +
      +
      Parameters:
      +
      storyId - Identifier of the story to delete. + +

      Returns Ok

      +
      +
      +
    • +
    • +
      +

      DeleteStory

      +
      public DeleteStory(DataInput input) + throws IOException
      +
      Deletes a previously sent 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.Deserializer.html b/tdlight.api/it/tdlight/jni/TdApi.Deserializer.html index 5a1524db720..cb66862a1be 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.Deserializer.html +++ b/tdlight.api/it/tdlight/jni/TdApi.Deserializer.html @@ -2,7 +2,7 @@ -TdApi.Deserializer (TDLight API 4.0.410 API) +TdApi.Deserializer (TDLight API 4.0.411 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.EditStory

+
+ +
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.EditStory +extends TdApi.Function<TdApi.Ok>
+
Changes content and caption of a previously sent story. +

Returns Ok

+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      storyId

      +
      public int storyId
      +
      Identifier of the story to edit.
      +
      +
    • +
    • +
      +

      content

      +
      public TdApi.InputStoryContent content
      +
      New content of the story; pass null to keep the current content.
      +
      +
    • +
    • +
      +

      caption

      +
      public TdApi.FormattedText caption
      +
      New story caption; pass null to keep the current caption.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      EditStory

      +
      public EditStory()
      +
      Changes content and caption of a previously sent story. + +

      Returns Ok

      +
      +
    • +
    • +
      +

      EditStory

      +
      public EditStory(int storyId, + TdApi.InputStoryContent content, + TdApi.FormattedText caption)
      +
      Changes content and caption of a previously sent story. + +

      Returns Ok

      +
      +
      Parameters:
      +
      storyId - Identifier of the story to edit.
      +
      content - New content of the story; pass null to keep the current content.
      +
      caption - New story caption; pass null to keep the current caption. + +

      Returns Ok

      +
      +
      +
    • +
    • +
      +

      EditStory

      +
      public EditStory(DataInput input) + throws IOException
      +
      Changes content and caption of a previously sent 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.EmailAddressAuthentication.html b/tdlight.api/it/tdlight/jni/TdApi.EmailAddressAuthentication.html index f3a09c020fb..1f8f4d905b9 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.EmailAddressAuthentication.html +++ b/tdlight.api/it/tdlight/jni/TdApi.EmailAddressAuthentication.html @@ -2,7 +2,7 @@ -TdApi.EmailAddressAuthentication (TDLight API 4.0.410 API) +TdApi.EmailAddressAuthentication (TDLight API 4.0.411 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.ChatReportReasonChildAbuse

    +

    Class TdApi.FileTypePhotoStory

    java.lang.Object
    it.tdlight.jni.TdApi.Object -
    it.tdlight.jni.TdApi.ChatReportReason -
    it.tdlight.jni.TdApi.ChatReportReasonChildAbuse
    +
    it.tdlight.jni.TdApi.FileType +
    it.tdlight.jni.TdApi.FileTypePhotoStory
    @@ -93,9 +93,9 @@ loadScripts(document, 'script');
    TdApi

    -
    public static final class TdApi.ChatReportReasonChildAbuse -extends TdApi.ChatReportReason
    -
    The chat has child abuse related content.
    +
    public static final class TdApi.FileTypePhotoStory +extends TdApi.FileType
    +
    The file is a photo published as a story.
    @@ -191,7 +191,7 @@ loadScripts(document, 'script');
    See Also:
    @@ -207,17 +207,17 @@ loadScripts(document, 'script');