java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.QuickReplyShortcut
- Enclosing class:
- TdApi
Describes a shortcut that can be used for a quick reply.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.The first shortcut message.int
Unique shortcut identifier.int
The total number of messages in the shortcut.The name of the shortcut that can be used to use the shortcut. -
Constructor Summary
ConstructorDescriptionDescribes a shortcut that can be used for a quick reply.QuickReplyShortcut
(int id, String name, TdApi.QuickReplyMessage firstMessage, int messageCount) Describes a shortcut that can be used for a quick reply.QuickReplyShortcut
(DataInput input) Describes a shortcut that can be used for a quick reply. -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
Returns an identifier uniquely determining type of the object.int
hashCode()
void
serialize
(DataOutput output) Serialize the TDLib classMethods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
id
public int idUnique shortcut identifier. -
name
The name of the shortcut that can be used to use the shortcut. -
firstMessage
The first shortcut message. -
messageCount
public int messageCountThe total number of messages in the shortcut. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
QuickReplyShortcut
public QuickReplyShortcut()Describes a shortcut that can be used for a quick reply. -
QuickReplyShortcut
public QuickReplyShortcut(int id, String name, TdApi.QuickReplyMessage firstMessage, int messageCount) Describes a shortcut that can be used for a quick reply.- Parameters:
id
- Unique shortcut identifier.name
- The name of the shortcut that can be used to use the shortcut.firstMessage
- The first shortcut message.messageCount
- The total number of messages in the shortcut.
-
QuickReplyShortcut
Describes a shortcut that can be used for a quick reply.- Parameters:
input
- Serialized input- Throws:
IOException
- the deserialization failed
-
-
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 classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-
serialize
Serialize the TDLib class- Specified by:
serialize
in classTdApi.Object
- Parameters:
output
- output data stream- Throws:
IOException
- the serialization failed
-
equals
-
hashCode
public int hashCode()
-