Uses of Class
org.drinkless.tdlib.TdApi.ChatLocation
Packages that use TdApi.ChatLocation
-
Uses of TdApi.ChatLocation in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.ChatLocationModifier and TypeFieldDescriptionTdApi.CreateNewSupergroupChat.location
Chat location if a location-based supergroup is being created; pass null to create an ordinary supergroup chat.TdApi.SetChatLocation.location
New location for the chat; must be valid and not null.TdApi.SupergroupFullInfo.location
Location to which the supergroup is connected; may be null if none.TdApi.ChatEventLocationChanged.newLocation
New location; may be null.TdApi.ChatEventLocationChanged.oldLocation
Previous location; may be null.Constructors in org.drinkless.tdlib with parameters of type TdApi.ChatLocationModifierConstructorDescriptionChatEventLocationChanged
(TdApi.ChatLocation oldLocation, TdApi.ChatLocation newLocation) The supergroup location was changed.CreateNewSupergroupChat
(String title, boolean isForum, boolean isChannel, String description, TdApi.ChatLocation location, int messageAutoDeleteTime, 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 canEnablePaidMessages, boolean canEnablePaidReaction, boolean canGetMembers, boolean hasHiddenMembers, boolean canHideMembers, boolean canSetStickerSet, boolean canSetLocation, boolean canGetStatistics, boolean canGetRevenueStatistics, boolean canGetStarRevenueStatistics, boolean canSendGift, boolean canToggleAggressiveAntiSpam, boolean isAllHistoryAvailable, boolean canHaveSponsoredMessages, boolean hasAggressiveAntiSpamEnabled, boolean hasPaidMediaAllowed, boolean hasPinnedStories, int giftCount, int myBoostCount, int unrestrictBoostCount, long stickerSetId, long customEmojiStickerSetId, TdApi.ChatLocation location, TdApi.ChatInviteLink inviteLink, TdApi.BotCommands[] botCommands, TdApi.BotVerification botVerification, long upgradedFromBasicGroupId, long upgradedFromMaxMessageId) Contains full information about a supergroup or channel.