Uses of Class
org.drinkless.tdlib.TdApi.UserRating
Packages that use TdApi.UserRating
-
Uses of TdApi.UserRating in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.UserRatingModifier and TypeFieldDescriptionTdApi.UserFullInfo.pendingRatingThe rating of the user after the next change; may be null if the user isn't the current user or there are no pending rating changes.TdApi.UserFullInfo.ratingThe current rating of the user; may be null if none.Constructors in org.drinkless.tdlib with parameters of type TdApi.UserRatingModifierConstructorDescriptionUserFullInfo(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.ProfileTab mainProfileTab, TdApi.Audio firstProfileAudio, TdApi.UserRating rating, TdApi.UserRating pendingRating, int pendingRatingDate, TdApi.FormattedText note, TdApi.BusinessInfo businessInfo, TdApi.BotInfo botInfo) Contains full information about a user.