| Modifier and Type | Method and Description |
|---|---|
static User |
createUser(int userID) |
static User |
createUser(org.json.JSONObject jsonObject) |
String |
getFirstName() |
long |
getId() |
String |
getLastName() |
UserProfilePhotos |
getProfilePhotos(TelegramBot telegramBot) |
String |
getUsername() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFullNamepublic static User createUser(org.json.JSONObject jsonObject)
public static User createUser(int userID)
public long getId()
public String getFirstName()
public String getLastName()
public String getUsername()
public UserProfilePhotos getProfilePhotos(TelegramBot telegramBot)
Copyright © 2016. All rights reserved.