Package it.tdlight.jni
Class TdApi.GetGroupsInCommon
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.GetGroupsInCommon
- Enclosing class:
- TdApi
public static class TdApi.GetGroupsInCommon extends TdApi.Function
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 int
CONSTRUCTOR
int
limit
The maximum number of chats to be returned; up to 100.long
offsetChatId
Chat identifier starting from which to return chats; use 0 for the first request.long
userId
User identifier. -
Constructor Summary
Constructors Constructor Description GetGroupsInCommon()
Returns a list of common group chats with a given user.GetGroupsInCommon(long userId, long offsetChatId, int limit)
Returns a list of common group chats with a given user.GetGroupsInCommon(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
userId
public long userIdUser identifier. -
offsetChatId
public long offsetChatIdChat identifier starting from which to return chats; use 0 for the first request. -
limit
public int limitThe maximum number of chats to be returned; up to 100. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
GetGroupsInCommon
public GetGroupsInCommon()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)Returns a list of common group chats with a given user. Chats are sorted by their type and creation date.Returns
Chats
- Parameters:
userId
- long User identifier.offsetChatId
- long Chat identifier starting from which to return chats; use 0 for the first request.limit
- int The maximum number of chats to be returned; up to 100.
-
GetGroupsInCommon
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-