-
Constructors in it.tdlight.jni with parameters of type TdApi.ChatPhotoInfo
Constructor |
Description |
Chat(long id,
TdApi.ChatType type,
String title,
TdApi.ChatPhotoInfo photo,
TdApi.ChatPermissions permissions,
TdApi.Message lastMessage,
TdApi.ChatPosition[] positions,
boolean isMarkedAsUnread,
boolean isBlocked,
boolean hasScheduledMessages,
boolean canBeDeletedOnlyForSelf,
boolean canBeDeletedForAllUsers,
boolean canBeReported,
boolean defaultDisableNotification,
int unreadCount,
long lastReadInboxMessageId,
long lastReadOutboxMessageId,
int unreadMentionCount,
TdApi.ChatNotificationSettings notificationSettings,
int messageTtlSetting,
TdApi.ChatActionBar actionBar,
int voiceChatGroupCallId,
boolean isVoiceChatEmpty,
long replyMarkupMessageId,
TdApi.DraftMessage draftMessage,
String clientData) |
A chat.
|
ChatInviteLinkInfo(long chatId,
int accessibleFor,
TdApi.ChatType type,
String title,
TdApi.ChatPhotoInfo photo,
int memberCount,
int[] memberUserIds,
boolean isPublic) |
Contains information about a chat invite link.
|
PageBlockChatLink(String title,
TdApi.ChatPhotoInfo photo,
String username) |
A link to a chat.
|
UpdateChatPhoto(long chatId,
TdApi.ChatPhotoInfo photo) |
A chat photo was changed.
|