Class User
- java.lang.Object
-
- org.telegram.telegrambots.meta.api.objects.User
-
- All Implemented Interfaces:
Serializable,BotApiObject
public class User extends Object implements BotApiObject
- Version:
- 3.0 This object represents a Telegram user or bot.
- Author:
- Ruben Bermudez
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)BooleangetBot()StringgetFirstName()IntegergetId()StringgetLanguageCode()StringgetLastName()StringgetUserName()inthashCode()StringtoString()
-