Uses of Class
org.drinkless.tdlib.TdApi.VideoChat
-
Packages that use TdApi.VideoChat Package Description org.drinkless.tdlib -
-
Uses of TdApi.VideoChat in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.VideoChat Modifier and Type Field Description TdApi.VideoChatTdApi.Chat. videoChatInformation about video chat of the chat.TdApi.VideoChatTdApi.UpdateChatVideoChat. videoChatNew value of videoChat.Constructors in org.drinkless.tdlib with parameters of type TdApi.VideoChat Constructor Description Chat(long id, TdApi.ChatType type, String title, TdApi.ChatPhotoInfo photo, TdApi.ChatPermissions permissions, TdApi.Message lastMessage, TdApi.ChatPosition[] positions, TdApi.MessageSender messageSenderId, boolean hasProtectedContent, boolean isMarkedAsUnread, boolean isBlocked, boolean hasScheduledMessages, boolean canBeDeletedOnlyForSelf, boolean canBeDeletedForAllUsers, boolean canBeReported, boolean defaultDisableNotification, int unreadCount, long lastReadInboxMessageId, long lastReadOutboxMessageId, int unreadMentionCount, TdApi.ChatNotificationSettings notificationSettings, int messageTtl, String themeName, TdApi.ChatActionBar actionBar, TdApi.VideoChat videoChat, TdApi.ChatJoinRequestsInfo pendingJoinRequests, long replyMarkupMessageId, TdApi.DraftMessage draftMessage, String clientData)A chat.UpdateChatVideoChat(long chatId, TdApi.VideoChat videoChat)A chat video chat state has changed.
-