- Enclosing class:
- TdApi
Sets support information for the given
user; for Telegram support only.
Returns
UserSupportInfo
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
New information message.long
User identifier. -
Constructor Summary
ConstructorDescriptionSets support information for the given user; for Telegram support only.SetUserSupportInfo
(long userId, TdApi.FormattedText message) Sets support information for the given user; for Telegram support only.SetUserSupportInfo
(DataInput input) Sets support information for the given user; for Telegram support only. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
userId
public long userIdUser identifier. -
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. ReturnsUserSupportInfo
-
SetUserSupportInfo
Sets support information for the given user; for Telegram support only. ReturnsUserSupportInfo
- Parameters:
userId
- long User identifier.message
- FormattedText New information message.
-
SetUserSupportInfo
Sets support information for the given user; for Telegram support only. ReturnsUserSupportInfo
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-