Package com.jtelegram.api.chat.id
Interface ChatId<T>
-
- All Known Implementing Classes:
LongChatId,StringChatId
public interface ChatId<T>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classChatId.Serializer
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetId()static LongChatIdof(long id)static LongChatIdof(Chat chat)static LongChatIdof(Message message)static StringChatIdof(java.lang.String id)
-
-
-
Method Detail
-
getId
T getId()
-
of
static LongChatId of(long id)
-
of
static LongChatId of(Message message)
-
of
static StringChatId of(java.lang.String id)
-
of
static LongChatId of(Chat chat)
-
-