Package it.tdlight.jni
Class TdApi.UserFullInfo
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.UserFullInfo
- Enclosing class:
- TdApi
public static class TdApi.UserFullInfo extends TdApi.Object
Contains full information about a user.
-
Field Summary
Fields Modifier and Type Field Description String
bio
A short user bio.TdApi.BotInfo
botInfo
If the user is a bot, information about the bot; may be null.boolean
canBeCalled
True, if the user can be called.static int
CONSTRUCTOR
int
groupInCommonCount
Number of group chats where both the other user and the current user are a member; 0 for the current user.boolean
hasPrivateCalls
True, if the user can't be called due to their privacy settings.boolean
isBlocked
True, if the user is blocked by the current user.boolean
needPhoneNumberPrivacyException
True, if the current user needs to explicitly allow to share their phone number with the user when the method addContact is used.TdApi.ChatPhoto
photo
User profile photo; may be null.String
shareText
For bots, the text that is included with the link when users share the bot.boolean
supportsVideoCalls
True, if a video call can be created with the user. -
Constructor Summary
Constructors Constructor Description UserFullInfo()
Contains full information about a user.UserFullInfo(TdApi.ChatPhoto photo, boolean isBlocked, boolean canBeCalled, boolean supportsVideoCalls, boolean hasPrivateCalls, boolean needPhoneNumberPrivacyException, String bio, String shareText, int groupInCommonCount, TdApi.BotInfo botInfo)
Contains full information about a user.UserFullInfo(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutputStream output)
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. -
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. -
groupInCommonCount
public int groupInCommonCountNumber of group chats where both the other user and the current user are a member; 0 for the current user. -
botInfo
If the user is a bot, information about the bot; may be null. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
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 needPhoneNumberPrivacyException, String bio, String shareText, int groupInCommonCount, TdApi.BotInfo botInfo)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.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 included with the link when users share the bot.groupInCommonCount
- int Number of group chats where both the other user and the current user are a member; 0 for the current user.botInfo
- BotInfo If the user is a bot, information about the bot; may be null.
-
UserFullInfo
- 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()
-