Class TdApi.FoundAffiliateProgram

java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.FoundAffiliateProgram
Enclosing class:
TdApi

public static class TdApi.FoundAffiliateProgram extends TdApi.Object
Describes a found affiliate program.
  • Field Details

    • botUserId

      public long botUserId
      User identifier of the bot created the program.
    • info

      Information about the affiliate program.
    • CONSTRUCTOR

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

    • FoundAffiliateProgram

      public FoundAffiliateProgram()
      Describes a found affiliate program.
    • FoundAffiliateProgram

      public FoundAffiliateProgram(long botUserId, TdApi.AffiliateProgramInfo info)
      Describes a found affiliate program.
      Parameters:
      botUserId - User identifier of the bot created the program.
      info - Information about the affiliate program.
  • 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