-
Constructors in it.tdlight.jni with parameters of type TdApi.ChatMember
Constructor |
Description |
BasicGroupFullInfo(TdApi.ChatPhoto photo,
String description,
long creatorUserId,
TdApi.ChatMember[] members,
TdApi.ChatInviteLink inviteLink,
TdApi.BotCommands[] botCommands) |
Contains full information about a basic group.
|
ChatMembers(int totalCount,
TdApi.ChatMember[] members) |
Contains a list of chat members.
|
UpdateChatMember(long chatId,
long actorUserId,
int date,
TdApi.ChatInviteLink inviteLink,
TdApi.ChatMember oldChatMember,
TdApi.ChatMember newChatMember) |
User rights changed in a chat; for bots only.
|