Uses of Class
org.drinkless.tdlib.TdApi.UserFullInfo
Packages that use TdApi.UserFullInfo
-
Uses of TdApi.UserFullInfo in dev.voroby.springframework.telegram.client.templates
Methods in dev.voroby.springframework.telegram.client.templates that return types with arguments of type TdApi.UserFullInfoModifier and TypeMethodDescriptionUserTemplate.getUserFullInfo
(long userId) Returns full information about a user by their identifier. -
Uses of TdApi.UserFullInfo in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.UserFullInfoModifier and TypeFieldDescriptionTdApi.UpdateUserFullInfo.userFullInfo
New full information about the user.Constructors in org.drinkless.tdlib with parameters of type TdApi.UserFullInfoModifierConstructorDescriptionUpdateUserFullInfo
(long userId, TdApi.UserFullInfo userFullInfo) Some data in userFullInfo has been changed.