Package org.drinkless.tdlib
Class TdApi.LinkPreviewTypeTextCompositionStyle
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.LinkPreviewType
org.drinkless.tdlib.TdApi.LinkPreviewTypeTextCompositionStyle
- Enclosing class:
TdApi
The link is a link to a text composition style.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.LinkPreviewType
TdApi.LinkPreviewType.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.longIdentifier of the custom emoji corresponding to the style; 0 if none. -
Constructor Summary
ConstructorsConstructorDescriptionThe link is a link to a text composition style.LinkPreviewTypeTextCompositionStyle(long customEmojiId) The link is a link to a text composition style. -
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
-
customEmojiId
public long customEmojiIdIdentifier of the custom emoji corresponding to the style; 0 if none. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
LinkPreviewTypeTextCompositionStyle
public LinkPreviewTypeTextCompositionStyle()The link is a link to a text composition style. -
LinkPreviewTypeTextCompositionStyle
public LinkPreviewTypeTextCompositionStyle(long customEmojiId) The link is a link to a text composition style.- Parameters:
customEmojiId- Identifier of the custom emoji corresponding to the style; 0 if none.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.LinkPreviewType- Returns:
- this.CONSTRUCTOR
-