-
Constructors in it.tdlight.jni with parameters of type TdApi.ChatLocation
Constructor |
Description |
ChatEventLocationChanged(TdApi.ChatLocation oldLocation,
TdApi.ChatLocation newLocation) |
The supergroup location was changed.
|
CreateNewSupergroupChat(String title,
boolean isChannel,
String description,
TdApi.ChatLocation location,
boolean forImport) |
Creates a new supergroup or channel
and sends a corresponding
messageSupergroupChatCreate.
|
SetChatLocation(long chatId,
TdApi.ChatLocation location) |
Changes the location of a chat.
|
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.
|