Module tdlight.api

Class TdApi.TextEntityTypeMentionName

Enclosing class:
TdApi

public static final class TdApi.TextEntityTypeMentionName extends TdApi.TextEntityType
A text shows instead of a raw mention of the user (e.g., when the user has no username).
  • Field Details

    • userId

      public long userId
      Identifier of the mentioned user.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • TextEntityTypeMentionName

      public TextEntityTypeMentionName()
      A text shows instead of a raw mention of the user (e.g., when the user has no username).
    • TextEntityTypeMentionName

      public TextEntityTypeMentionName(long userId)
      A text shows instead of a raw mention of the user (e.g., when the user has no username).
      Parameters:
      userId - long Identifier of the mentioned user.
    • TextEntityTypeMentionName

      public TextEntityTypeMentionName(DataInput input) throws IOException
      A text shows instead of a raw mention of the user (e.g., when the user has no username).
      Throws:
      IOException
  • Method Details