-
Constructors in it.tdlight.jni with parameters of type TdApi.ChatPhoto
Constructor |
Description |
BasicGroupFullInfo(TdApi.ChatPhoto photo,
String description,
int creatorUserId,
TdApi.ChatMember[] members,
TdApi.ChatInviteLink inviteLink,
TdApi.BotCommands[] botCommands) |
Contains full information about a basic group.
|
ChatEventPhotoChanged(TdApi.ChatPhoto oldPhoto,
TdApi.ChatPhoto newPhoto) |
The chat photo was changed.
|
ChatPhotos(int totalCount,
TdApi.ChatPhoto[] photos) |
Contains a list of chat or user profile photos.
|
MessageChatChangePhoto(TdApi.ChatPhoto photo) |
An updated chat photo.
|
SupergroupFullInfo(TdApi.ChatPhoto photo,
String description,
int memberCount,
int administratorCount,
int restrictedCount,
int bannedCount,
long linkedChatId,
int slowModeDelay,
double slowModeDelayExpiresIn,
boolean canGetMembers,
boolean canSetUsername,
boolean canSetStickerSet,
boolean canSetLocation,
boolean canGetStatistics,
boolean isAllHistoryAvailable,
long stickerSetId,
TdApi.ChatLocation location,
TdApi.ChatInviteLink inviteLink,
TdApi.BotCommands[] botCommands,
int upgradedFromBasicGroupId,
long upgradedFromMaxMessageId) |
Contains full information about a
supergroup or channel.
|
UserFullInfo(TdApi.ChatPhoto photo,
boolean isBlocked,
boolean canBeCalled,
boolean supportsVideoCalls,
boolean hasPrivateCalls,
boolean needPhoneNumberPrivacyException,
String bio,
String shareText,
String description,
int groupInCommonCount,
TdApi.BotCommand[] commands) |
Contains full information about a user.
|