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 class
ChatId.Serializer
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description T
getId()
static LongChatId
of(long id)
static LongChatId
of(Chat chat)
static LongChatId
of(Message message)
static StringChatId
of(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)
-
-