Module tdlight.api

Class TdApi.UserSupportInfo

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.UserSupportInfo
Enclosing class:
TdApi

public static final class TdApi.UserSupportInfo extends TdApi.Object
Contains custom information about the user.
  • Field Details

    • message

      public TdApi.FormattedText message
      Information message.
    • author

      public String author
      Information author.
    • date

      public int date
      Information change date.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • UserSupportInfo

      public UserSupportInfo()
      Contains custom information about the user.
    • UserSupportInfo

      public UserSupportInfo(TdApi.FormattedText message, String author, int date)
      Contains custom information about the user.
      Parameters:
      message - FormattedText Information message.
      author - String Information author.
      date - int Information change date.
    • UserSupportInfo

      public UserSupportInfo(DataInput input) throws IOException
      Contains custom information about the user.
      Throws:
      IOException
  • Method Details