Module tdlight.api

Class TdApi.SetUserSupportInfo

Enclosing class:
TdApi

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

  • Constructor Details

    • SetUserSupportInfo

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

      public SetUserSupportInfo(long userId, TdApi.FormattedText message)
      Sets support information for the given user; for Telegram support only. Returns UserSupportInfo
      Parameters:
      userId - long User identifier.
      message - FormattedText New information message.
    • SetUserSupportInfo

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