public class Chat extends Object implements BotApiObject
Constructor and Description |
---|
Chat() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getAllMembersAreAdministrators() |
Boolean |
getCanSetStickerSet() |
String |
getDescription() |
String |
getFirstName() |
Long |
getId() |
String |
getInviteLink() |
String |
getLastName() |
ChatPhoto |
getPhoto() |
Message |
getPinnedMessage() |
String |
getStickerSetName() |
String |
getTitle() |
String |
getUserName() |
Boolean |
isChannelChat() |
Boolean |
isGroupChat() |
Boolean |
isSuperGroupChat() |
Boolean |
isUserChat() |
String |
toString() |
public Long getId()
public Boolean isGroupChat()
public Boolean isChannelChat()
public Boolean isUserChat()
public Boolean isSuperGroupChat()
public String getTitle()
public String getFirstName()
public String getLastName()
public String getUserName()
public Boolean getAllMembersAreAdministrators()
public ChatPhoto getPhoto()
public String getDescription()
public String getInviteLink()
public Message getPinnedMessage()
public String getStickerSetName()
public Boolean getCanSetStickerSet()
Copyright © 2019. All rights reserved.