Module tdlight.api

Class TdApi.GetUserSupportInfo

Enclosing class:
TdApi

public static final class TdApi.GetUserSupportInfo extends TdApi.Function<TdApi.UserSupportInfo>
Returns support information for the given user; for Telegram support only. Returns UserSupportInfo
  • Field Details

    • userId

      public long userId
      User identifier.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • GetUserSupportInfo

      public GetUserSupportInfo()
      Returns support information for the given user; for Telegram support only. Returns UserSupportInfo
    • GetUserSupportInfo

      public GetUserSupportInfo(long userId)
      Returns support information for the given user; for Telegram support only. Returns UserSupportInfo
      Parameters:
      userId - long User identifier.
    • GetUserSupportInfo

      public GetUserSupportInfo(DataInput input) throws IOException
      Returns support information for the given user; for Telegram support only. Returns UserSupportInfo
      Throws:
      IOException
  • Method Details