Class TdApi.GetRecentlyVisitedTMeUrls

Enclosing class:
TdApi

public static class TdApi.GetRecentlyVisitedTMeUrls extends TdApi.Function<TdApi.TMeUrls>
Returns t.me URLs recently visited by a newly registered user.

Returns TMeUrls

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Identifier uniquely determining type of the object.
    Google Play referrer to identify the user.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor for a function, which returns t.me URLs recently visited by a newly registered user.
    Creates a function, which returns t.me URLs recently visited by a newly registered user.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns an identifier uniquely determining type of the object.

    Methods inherited from class dev.voroby.springframework.telegram.client.TdApi.Function

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • referrer

      public String referrer
      Google Play referrer to identify the user.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • GetRecentlyVisitedTMeUrls

      public GetRecentlyVisitedTMeUrls()
      Default constructor for a function, which returns t.me URLs recently visited by a newly registered user.

      Returns TMeUrls

    • GetRecentlyVisitedTMeUrls

      public GetRecentlyVisitedTMeUrls(String referrer)
      Creates a function, which returns t.me URLs recently visited by a newly registered user.

      Returns TMeUrls

      Parameters:
      referrer - Google Play referrer to identify the user.
  • 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.Object
      Returns:
      this.CONSTRUCTOR