java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.PageBlock
it.tdlight.jni.TdApi.PageBlockChatLink
- Enclosing class:
- TdApi
A link to a chat.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Chat photo; may be null.Chat title.Chat username by which all other information about the chat can be resolved. -
Constructor Summary
ConstructorDescriptionA link to a chat.PageBlockChatLink
(DataInput input) A link to a chat.PageBlockChatLink
(String title, TdApi.ChatPhotoInfo photo, String username) A link to a chat. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
title
Chat title. -
photo
Chat photo; may be null. -
username
Chat username by which all other information about the chat can be resolved. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
PageBlockChatLink
public PageBlockChatLink()A link to a chat. -
PageBlockChatLink
A link to a chat.- Parameters:
title
- String Chat title.photo
- ChatPhotoInfo Chat photo; may be null.username
- String Chat username by which all other information about the chat can be resolved.
-
PageBlockChatLink
A link to a chat.- 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()
-