Module tdlight.api

Class TdApi.ViewPremiumFeature

Enclosing class:
TdApi

public static final class TdApi.ViewPremiumFeature extends TdApi.Function<TdApi.Ok>
Informs TDLib that the user viewed detailed information about a Premium feature on the Premium features screen. Returns Ok
  • Field Details

  • Constructor Details

    • ViewPremiumFeature

      public ViewPremiumFeature()
      Informs TDLib that the user viewed detailed information about a Premium feature on the Premium features screen. Returns Ok
    • ViewPremiumFeature

      public ViewPremiumFeature(TdApi.PremiumFeature feature)
      Informs TDLib that the user viewed detailed information about a Premium feature on the Premium features screen. Returns Ok
      Parameters:
      feature - PremiumFeature The viewed premium feature.
    • ViewPremiumFeature

      public ViewPremiumFeature(DataInput input) throws IOException
      Informs TDLib that the user viewed detailed information about a Premium feature on the Premium features screen. Returns Ok
      Throws:
      IOException
  • Method Details