Class TdApi.GetGroupsInCommon

Enclosing class:
TdApi

public static class TdApi.GetGroupsInCommon extends TdApi.Function<TdApi.Chats>
Returns a list of common group chats with a given user. Chats are sorted by their type and creation date.

Returns Chats

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Identifier uniquely determining type of the object.
    int
    The maximum number of chats to be returned; up to 100.
    long
    Chat identifier starting from which to return chats; use 0 for the first request.
    long
    User identifier.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor for a function, which returns a list of common group chats with a given user.
    GetGroupsInCommon(long userId, long offsetChatId, int limit)
    Creates a function, which returns a list of common group chats with a given 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

    • userId

      public long userId
      User identifier.
    • offsetChatId

      public long offsetChatId
      Chat identifier starting from which to return chats; use 0 for the first request.
    • limit

      public int limit
      The maximum number of chats to be returned; up to 100.
    • CONSTRUCTOR

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

    • GetGroupsInCommon

      public GetGroupsInCommon()
      Default constructor for a function, which returns a list of common group chats with a given user. Chats are sorted by their type and creation date.

      Returns Chats

    • GetGroupsInCommon

      public GetGroupsInCommon(long userId, long offsetChatId, int limit)
      Creates a function, which returns a list of common group chats with a given user. Chats are sorted by their type and creation date.

      Returns Chats

      Parameters:
      userId - User identifier.
      offsetChatId - Chat identifier starting from which to return chats; use 0 for the first request.
      limit - The maximum number of chats to be returned; up to 100.
  • 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