Class TdApi.GetRecentlyVisitedTMeUrls

  • Enclosing class:
    TdApi

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

    Returns TMeUrls

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      java.lang.String referrer
      Google Play referrer to identify the user.
    • Field Detail

      • referrer

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

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • GetRecentlyVisitedTMeUrls

        public GetRecentlyVisitedTMeUrls()
        Default constructor.
      • GetRecentlyVisitedTMeUrls

        public GetRecentlyVisitedTMeUrls​(java.lang.String referrer)
        Constructor for initialization of all fields.
        Parameters:
        referrer - Google Play referrer to identify the user.