java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.UserFullInfo
- Enclosing class:
- TdApi
Contains full information about a user.
-
Field Summary
Modifier and TypeFieldDescriptionA short user bio.boolean
True, if the user can be called.For bots, list of the bot commands.static final int
For bots, the text shown in the chat with the bot if the chat is empty.int
Number of group chats where both the other user and the current user are a member; 0 for the current user.boolean
True, if the user can't be called due to their privacy settings.boolean
True, if the user can't be linked in forwarded messages due to their privacy settings.boolean
True, if the user is blocked by the current user.boolean
True, if the current user needs to explicitly allow to share their phone number with the user when the method addContact is used.User profile photo; may be null.For bots, the text that is shown on the bot's profile page and is sent together with the link when users share the bot.boolean
True, if a video call can be created with the user. -
Constructor Summary
ConstructorDescriptionContains full information about a user.UserFullInfo
(TdApi.ChatPhoto photo, boolean isBlocked, boolean canBeCalled, boolean supportsVideoCalls, boolean hasPrivateCalls, boolean hasPrivateForwards, boolean needPhoneNumberPrivacyException, String bio, String shareText, String description, int groupInCommonCount, TdApi.BotCommand[] commands) Contains full information about a user.UserFullInfo
(DataInput input) Contains full information about a user. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
photo
User profile photo; may be null. -
isBlocked
public boolean isBlockedTrue, if the user is blocked by the current user. -
canBeCalled
public boolean canBeCalledTrue, if the user can be called. -
supportsVideoCalls
public boolean supportsVideoCallsTrue, if a video call can be created with the user. -
hasPrivateCalls
public boolean hasPrivateCallsTrue, if the user can't be called due to their privacy settings. -
hasPrivateForwards
public boolean hasPrivateForwardsTrue, if the user can't be linked in forwarded messages due to their privacy settings. -
needPhoneNumberPrivacyException
public boolean needPhoneNumberPrivacyExceptionTrue, if the current user needs to explicitly allow to share their phone number with the user when the method addContact is used. -
bio
A short user bio. -
description
For bots, the text shown in the chat with the bot if the chat is empty. -
groupInCommonCount
public int groupInCommonCountNumber of group chats where both the other user and the current user are a member; 0 for the current user. -
commands
For bots, list of the bot commands. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
UserFullInfo
public UserFullInfo()Contains full information about a user. -
UserFullInfo
public UserFullInfo(TdApi.ChatPhoto photo, boolean isBlocked, boolean canBeCalled, boolean supportsVideoCalls, boolean hasPrivateCalls, boolean hasPrivateForwards, boolean needPhoneNumberPrivacyException, String bio, String shareText, String description, int groupInCommonCount, TdApi.BotCommand[] commands) Contains full information about a user.- Parameters:
photo
- ChatPhoto User profile photo; may be null.isBlocked
- boolean True, if the user is blocked by the current user.canBeCalled
- boolean True, if the user can be called.supportsVideoCalls
- boolean True, if a video call can be created with the user.hasPrivateCalls
- boolean True, if the user can't be called due to their privacy settings.hasPrivateForwards
- boolean True, if the user can't be linked in forwarded messages due to their privacy settings.needPhoneNumberPrivacyException
- boolean True, if the current user needs to explicitly allow to share their phone number with the user when the method addContact is used.bio
- String A short user bio.shareText
- String For bots, the text that is shown on the bot's profile page and is sent together with the link when users share the bot.description
- String For bots, the text shown in the chat with the bot if the chat is empty.groupInCommonCount
- int Number of group chats where both the other user and the current user are a member; 0 for the current user.commands
- BotCommand[] For bots, list of the bot commands.
-
UserFullInfo
Contains full information about a user.- 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()
-