-
Constructors in it.tdlight.jni with parameters of type TdApi.BotInfo
Constructor |
Description |
ChatMember(int userId,
int inviterUserId,
int joinedChatDate,
TdApi.ChatMemberStatus status,
TdApi.BotInfo botInfo) |
A user with information about
joining/leaving a chat.
|
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.
|