Uses of Class
org.drinkless.tdlib.TdApi.Birthdate
Packages that use TdApi.Birthdate
-
Uses of TdApi.Birthdate in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.BirthdateModifier and TypeFieldDescriptionTdApi.CloseBirthdayUser.birthdate
Birthdate of the user.TdApi.SetBirthdate.birthdate
The new value of the current user's birthdate; pass null to remove the birthdate.TdApi.UserFullInfo.birthdate
Birthdate of the user; may be null if unknown.Constructors in org.drinkless.tdlib with parameters of type TdApi.BirthdateModifierConstructorDescriptionCloseBirthdayUser
(long userId, TdApi.Birthdate birthdate) Describes a user that had or will have a birthday soon.SetBirthdate
(TdApi.Birthdate birthdate) Creates a function, which changes the birthdate of the current user.UserFullInfo
(TdApi.ChatPhoto personalPhoto, TdApi.ChatPhoto photo, TdApi.ChatPhoto publicPhoto, TdApi.BlockList blockList, boolean canBeCalled, boolean supportsVideoCalls, boolean hasPrivateCalls, boolean hasPrivateForwards, boolean hasRestrictedVoiceAndVideoNoteMessages, boolean hasPostedToProfileStories, boolean hasSponsoredMessagesEnabled, boolean needPhoneNumberPrivacyException, boolean setChatBackground, TdApi.FormattedText bio, TdApi.Birthdate birthdate, long personalChatId, int giftCount, int groupInCommonCount, long incomingPaidMessageStarCount, long outgoingPaidMessageStarCount, TdApi.GiftSettings giftSettings, TdApi.BotVerification botVerification, TdApi.BusinessInfo businessInfo, TdApi.BotInfo botInfo) Contains full information about a user.