Uses of Class
org.drinkless.tdlib.TdApi.ChatSource
-
Packages that use TdApi.ChatSource Package Description org.drinkless.tdlib -
-
Uses of TdApi.ChatSource in org.drinkless.tdlib
Subclasses of TdApi.ChatSource in org.drinkless.tdlib Modifier and Type Class Description static classTdApi.ChatSourceMtprotoProxyThe chat is sponsored by the user's MTProxy server.static classTdApi.ChatSourcePublicServiceAnnouncementThe chat contains a public service announcement.Fields in org.drinkless.tdlib declared as TdApi.ChatSource Modifier and Type Field Description TdApi.ChatSourceTdApi.ChatPosition. sourceSource of the chat in the chat list; may be null.Constructors in org.drinkless.tdlib with parameters of type TdApi.ChatSource Constructor Description ChatPosition(TdApi.ChatList list, long order, boolean isPinned, TdApi.ChatSource source)Describes a position of a chat in a chat list.
-