Class TdApi.LinkPreviewTypeTextCompositionStyle

java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.LinkPreviewType
org.drinkless.tdlib.TdApi.LinkPreviewTypeTextCompositionStyle
Enclosing class:
TdApi

public static class TdApi.LinkPreviewTypeTextCompositionStyle extends TdApi.LinkPreviewType
The link is a link to a text composition style.
  • Field Details

    • customEmojiId

      public long customEmojiId
      Identifier of the custom emoji corresponding to the style; 0 if none.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier 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.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.LinkPreviewType
      Returns:
      this.CONSTRUCTOR