-
Constructors in it.tdlight.jni with parameters of type TdApi.ChatInviteLink
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.
|
ChatEventInviteLinkDeleted(TdApi.ChatInviteLink inviteLink) |
A revoked chat invite link was deleted.
|
ChatEventInviteLinkEdited(TdApi.ChatInviteLink oldInviteLink,
TdApi.ChatInviteLink newInviteLink) |
A chat invite link was edited.
|
ChatEventInviteLinkRevoked(TdApi.ChatInviteLink inviteLink) |
A chat invite link was revoked.
|
ChatEventMemberJoinedByInviteLink(TdApi.ChatInviteLink inviteLink) |
A new member joined the chat by an invite link.
|
ChatInviteLinks(int totalCount,
TdApi.ChatInviteLink[] inviteLinks) |
Contains a list of chat invite links.
|
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.
|
UpdateChatMember(long chatId,
int actorUserId,
int date,
TdApi.ChatInviteLink inviteLink,
TdApi.ChatMember oldChatMember,
TdApi.ChatMember newChatMember) |
User rights changed in a chat; for bots only.
|