Package org.drinkless.tdlib
Class TdApi.QuickReplyShortcut
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.QuickReplyShortcut
- Enclosing class:
- TdApi
Describes a shortcut that can be used for a quick reply.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.The first shortcut message.intUnique shortcut identifier.intThe total number of messages in the shortcut.The name of the shortcut that can be used to use the shortcut. -
Constructor Summary
ConstructorsConstructorDescriptionDescribes 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. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
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.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-