Package it.tdlight.jni
Class TdApi.ChatPosition
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatPosition
- Enclosing class:
- TdApi
public static class TdApi.ChatPosition extends TdApi.Object
Describes a position of a chat in a chat list.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
boolean
isPinned
True, if the chat is pinned in the chat list.TdApi.ChatList
list
The chat list.long
order
A parameter used to determine order of the chat in the chat list.TdApi.ChatSource
source
Source of the chat in the chat list; may be null. -
Constructor Summary
Constructors Constructor Description ChatPosition()
Describes a position of a chat in a chat list.ChatPosition(TdApi.ChatList list, long order, boolean isPinned, TdApi.ChatSource source)
Describes a position of a chat in a chat list.ChatPosition(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.Object
serialize, toString
-
Field Details
-
list
The chat list. -
order
public long orderA parameter used to determine order of the chat in the chat list. Chats must be sorted by the pair (order, chat.id) in descending order. -
isPinned
public boolean isPinnedTrue, if the chat is pinned in the chat list. -
source
Source of the chat in the chat list; may be null. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
ChatPosition
public ChatPosition()Describes a position of a chat in a chat list. -
ChatPosition
Describes a position of a chat in a chat list.- Parameters:
list
- ChatList The chat list.order
- long A parameter used to determine order of the chat in the chat list. Chats must be sorted by the pair (order, chat.id) in descending order.isPinned
- boolean True, if the chat is pinned in the chat list.source
- ChatSource Source of the chat in the chat list; may be null.
-
ChatPosition
- 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()
-