Package org.drinkless.tdlib
Class TdApi.BusinessChatLinkInfo
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.BusinessChatLinkInfo
- Enclosing class:
- TdApi
Contains information about a business chat link.
-
Field Summary
FieldsModifier and TypeFieldDescriptionlong
Identifier of the private chat that created the link.static final int
Identifier uniquely determining type of the object.Message draft text that must be added to the input field. -
Constructor Summary
ConstructorsConstructorDescriptionContains information about a business chat link.BusinessChatLinkInfo
(long chatId, TdApi.FormattedText text) Contains information about a business chat link. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
chatId
public long chatIdIdentifier of the private chat that created the link. -
text
Message draft text that must be added to the input field. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
BusinessChatLinkInfo
public BusinessChatLinkInfo()Contains information about a business chat link. -
BusinessChatLinkInfo
Contains information about a business chat link.- Parameters:
chatId
- Identifier of the private chat that created the link.text
- Message draft text that must be added to the input field.
-
-
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
-