Class TdApi.TextEntityTypeMentionName

Enclosing class:
TdApi

public static 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 int userId
      Identifier of the mentioned user.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • 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​(int userId)
      A text shows instead of a raw mention of the user (e.g., when the user has no username).
      Parameters:
      userId - int Identifier of the mentioned user.
    • TextEntityTypeMentionName

      public TextEntityTypeMentionName​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details