Uses of Class
org.drinkless.tdlib.TdApi.ChatLocation
-
Packages that use TdApi.ChatLocation Package Description org.drinkless.tdlib -
-
Uses of TdApi.ChatLocation in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.ChatLocation Modifier and Type Field Description TdApi.ChatLocationTdApi.CreateNewSupergroupChat. locationChat location if a location-based supergroup is being created; pass null to create an ordinary supergroup chat.TdApi.ChatLocationTdApi.SetChatLocation. locationNew location for the chat; must be valid and not null.TdApi.ChatLocationTdApi.SupergroupFullInfo. locationLocation to which the supergroup is connected; may be null.TdApi.ChatLocationTdApi.ChatEventLocationChanged. newLocationNew location; may be null.TdApi.ChatLocationTdApi.ChatEventLocationChanged. oldLocationPrevious location; may be null.Constructors in org.drinkless.tdlib 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 function, which creates a new supergroup or channel and sends a corresponding messageSupergroupChatCreate.SetChatLocation(long chatId, TdApi.ChatLocation location)Creates a function, which 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, long upgradedFromBasicGroupId, long upgradedFromMaxMessageId)Contains full information about a supergroup or channel.
-