Class TdApi.LoadDirectMessagesChatTopics

java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.Ok>
org.drinkless.tdlib.TdApi.LoadDirectMessagesChatTopics
Enclosing class:
TdApi

public static class TdApi.LoadDirectMessagesChatTopics extends TdApi.Function<TdApi.Ok>
Loads more topics in a channel direct messages chat administered by the current user. The loaded topics will be sent through updateDirectMessagesChatTopic. Topics are sorted by their topic.order in descending order. Returns a 404 error if all topics have been loaded.

Returns Ok

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    long
    Chat identifier of the channel direct messages chat.
    static final int
    Identifier uniquely determining type of the object.
    int
    The maximum number of topics to be loaded.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor for a function, which loads more topics in a channel direct messages chat administered by the current user.
    LoadDirectMessagesChatTopics(long chatId, int limit)
    Creates a function, which loads more topics in a channel direct messages chat administered by the current user.
  • Method Summary

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

    Methods inherited from class org.drinkless.tdlib.TdApi.Function

    toString

    Methods inherited from class java.lang.Object

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

    • chatId

      public long chatId
      Chat identifier of the channel direct messages chat.
    • limit

      public int limit
      The maximum number of topics to be loaded. For optimal performance, the number of loaded topics is chosen by TDLib and can be smaller than the specified limit, even if the end of the list is not reached.
    • CONSTRUCTOR

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

    • LoadDirectMessagesChatTopics

      public LoadDirectMessagesChatTopics()
      Default constructor for a function, which loads more topics in a channel direct messages chat administered by the current user. The loaded topics will be sent through updateDirectMessagesChatTopic. Topics are sorted by their topic.order in descending order. Returns a 404 error if all topics have been loaded.

      Returns Ok

    • LoadDirectMessagesChatTopics

      public LoadDirectMessagesChatTopics(long chatId, int limit)
      Creates a function, which loads more topics in a channel direct messages chat administered by the current user. The loaded topics will be sent through updateDirectMessagesChatTopic. Topics are sorted by their topic.order in descending order. Returns a 404 error if all topics have been loaded.

      Returns Ok

      Parameters:
      chatId - Chat identifier of the channel direct messages chat.
      limit - The maximum number of topics to be loaded. For optimal performance, the number of loaded topics is chosen by TDLib and can be smaller than the specified limit, even if the end of the list is not reached.
  • 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