Module tdlight.api

Class TdApi.InternalLinkTypeUserToken

Enclosing class:
TdApi

public static final class TdApi.InternalLinkTypeUserToken extends TdApi.InternalLinkType
The link is a link to a user by a temporary token. Call searchUserByToken with the given token to process the link.
  • Field Details

  • Constructor Details

    • InternalLinkTypeUserToken

      public InternalLinkTypeUserToken()
      The link is a link to a user by a temporary token. Call searchUserByToken with the given token to process the link.
    • InternalLinkTypeUserToken

      public InternalLinkTypeUserToken(String token)
      The link is a link to a user by a temporary token. Call searchUserByToken with the given token to process the link.
      Parameters:
      token - String The token.
    • InternalLinkTypeUserToken

      public InternalLinkTypeUserToken(DataInput input) throws IOException
      The link is a link to a user by a temporary token. Call searchUserByToken with the given token to process the link.
      Throws:
      IOException
  • Method Details