Uses of Class
com.jtelegram.api.user.User
-
-
Uses of User in com.jtelegram.api
Methods in com.jtelegram.api that return User Modifier and Type Method Description User
TelegramBot. getBotInfo()
Methods in com.jtelegram.api with parameters of type User Modifier and Type Method Description void
TelegramBot. setBotInfo(User botInfo)
-
Uses of User in com.jtelegram.api.chat
Methods in com.jtelegram.api.chat that return User Modifier and Type Method Description User
ChatMember. getUser()
-
Uses of User in com.jtelegram.api.commands
Methods in com.jtelegram.api.commands that return User Modifier and Type Method Description User
Command. getSender()
-
Uses of User in com.jtelegram.api.events.chat
Methods in com.jtelegram.api.events.chat that return User Modifier and Type Method Description User
ChatMemberLeftEvent. getLeftMember()
Methods in com.jtelegram.api.events.chat that return types with arguments of type User Modifier and Type Method Description java.util.List<User>
ChatMemberJoinedEvent. getNewMembers()
-
Uses of User in com.jtelegram.api.inline
Methods in com.jtelegram.api.inline that return User Modifier and Type Method Description User
CallbackQuery. getFrom()
User
InlineQuery. getFrom()
-
Uses of User in com.jtelegram.api.inline.result
Methods in com.jtelegram.api.inline.result that return User Modifier and Type Method Description User
ChosenInlineResult. getFrom()
-
Uses of User in com.jtelegram.api.message
Methods in com.jtelegram.api.message that return User Modifier and Type Method Description User
Message. getForwardedFrom()
FORWARDING FIELDS *User
Message. getFrom()
User
Message. getSender()
-
Uses of User in com.jtelegram.api.message.entity
Methods in com.jtelegram.api.message.entity that return User Modifier and Type Method Description User
TextMentionMessageEntity. getUser()
-
Uses of User in com.jtelegram.api.message.games
Methods in com.jtelegram.api.message.games that return User Modifier and Type Method Description User
GameHighScore. getUser()
Constructors in com.jtelegram.api.message.games with parameters of type User Constructor Description GameHighScore(java.lang.Integer position, User user, java.lang.Integer score)
-
Uses of User in com.jtelegram.api.message.impl.service
Methods in com.jtelegram.api.message.impl.service that return User Modifier and Type Method Description User
LeftChatMemberMessage. getLeftChatMember()
Methods in com.jtelegram.api.message.impl.service that return types with arguments of type User Modifier and Type Method Description java.util.List<User>
NewChatMembersMessage. getNewChatMembers()
-
Uses of User in com.jtelegram.api.message.payments
Constructors in com.jtelegram.api.message.payments with parameters of type User Constructor Description PreCheckoutQuery(java.lang.String id, User from, java.lang.String currency, java.lang.Integer totalAmount, java.lang.String invoicePayload, java.lang.String shippingOptionId, OrderInfo orderInfo)
ShippingQuery(java.lang.String id, User from, java.lang.String invoicePayload, ShippingAddress shippingAddress)
-
Uses of User in com.jtelegram.api.requests
Method parameters in com.jtelegram.api.requests with type arguments of type User Modifier and Type Method Description GetMe.GetMeBuilder
GetMe.GetMeBuilder. callback(java.util.function.Consumer<User> callback)
Constructor parameters in com.jtelegram.api.requests with type arguments of type User Constructor Description GetMe(java.util.function.Consumer<User> callback, java.util.function.Consumer<TelegramException> errorHandler)
-