diff --git a/allclasses-index.html b/allclasses-index.html index 466289d4559..0fe8073077c 100644 --- a/allclasses-index.html +++ b/allclasses-index.html @@ -2,7 +2,7 @@ -All Classes and Interfaces (tdlight API 4.0.268 API) +All Classes and Interfaces (tdlight API 4.0.269 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
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

    + +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.GetVideoChatAvailableParticipants.html b/tdlight.api/it/tdlight/jni/TdApi.GetVideoChatAvailableParticipants.html index 8d3c037fe65..6e64d863c4d 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.GetVideoChatAvailableParticipants.html +++ b/tdlight.api/it/tdlight/jni/TdApi.GetVideoChatAvailableParticipants.html @@ -2,7 +2,7 @@ -TdApi.GetVideoChatAvailableParticipants (tdlight API 4.0.268 API) +TdApi.GetVideoChatAvailableParticipants (tdlight API 4.0.269 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
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

    +
      +
    • +
      +

      userId

      +
      public long userId
      +
      User identifier.
      +
      +
    • +
    • +
      +

      message

      +
      public TdApi.FormattedText message
      +
      New information message.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

      +
      public static final int CONSTRUCTOR
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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

    + +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.SetUsername.html b/tdlight.api/it/tdlight/jni/TdApi.SetUsername.html index 52d86219fd9..b9bdde2a81e 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.SetUsername.html +++ b/tdlight.api/it/tdlight/jni/TdApi.SetUsername.html @@ -2,7 +2,7 @@ -TdApi.SetUsername (tdlight API 4.0.268 API) +TdApi.SetUsername (tdlight API 4.0.269 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
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

    + +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.UserType.html b/tdlight.api/it/tdlight/jni/TdApi.UserType.html index b29e98a3a5e..3bbc682ad6d 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.UserType.html +++ b/tdlight.api/it/tdlight/jni/TdApi.UserType.html @@ -2,7 +2,7 @@ -TdApi.UserType (tdlight API 4.0.268 API) +TdApi.UserType (tdlight API 4.0.269 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
it.tdlight.jni.TdApi.GetUserSupportInfo

+
+No usage of it.tdlight.jni.TdApi.GetUserSupportInfo
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.GetVideoChatAvailableParticipants.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.GetVideoChatAvailableParticipants.html index d2b89735501..21daaf19573 100644 --- a/tdlight.api/it/tdlight/jni/class-use/TdApi.GetVideoChatAvailableParticipants.html +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.GetVideoChatAvailableParticipants.html @@ -2,7 +2,7 @@ -Uses of Class it.tdlight.jni.TdApi.GetVideoChatAvailableParticipants (tdlight API 4.0.268 API) +Uses of Class it.tdlight.jni.TdApi.GetVideoChatAvailableParticipants (tdlight API 4.0.269 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
it.tdlight.jni.TdApi.SetUserSupportInfo

+
+No usage of it.tdlight.jni.TdApi.SetUserSupportInfo
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.SetUsername.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.SetUsername.html index 03677d74c06..8ce28f9ab04 100644 --- a/tdlight.api/it/tdlight/jni/class-use/TdApi.SetUsername.html +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.SetUsername.html @@ -2,7 +2,7 @@ -Uses of Class it.tdlight.jni.TdApi.SetUsername (tdlight API 4.0.268 API) +Uses of Class it.tdlight.jni.TdApi.SetUsername (tdlight API 4.0.269 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
it.tdlight.jni.TdApi.UserSupportInfo

+
+No usage of it.tdlight.jni.TdApi.UserSupportInfo
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.UserType.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.UserType.html index 914424d0094..8825175bdc5 100644 --- a/tdlight.api/it/tdlight/jni/class-use/TdApi.UserType.html +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.UserType.html @@ -2,7 +2,7 @@ -Uses of Class it.tdlight.jni.TdApi.UserType (tdlight API 4.0.268 API) +Uses of Class it.tdlight.jni.TdApi.UserType (tdlight API 4.0.269 API)