- Enclosing class:
- TdApi
Sets support information for the given
user; for Telegram support only.
Returns
UserSupportInfo-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intNew information message.longUser identifier. -
Constructor Summary
ConstructorsConstructorDescriptionSets 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
toStringMethods 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:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-