-
Classes Class Description com.pengrad.telegrambot.request.GetChatMembersCount from BOT API v5.3 you should use getChatMemberCount insteadcom.pengrad.telegrambot.request.KickChatMember from BOT API v5.3 you should use BanChatMember insteadcom.pengrad.telegrambot.response.GetChatMembersCountResponse from BOT API v5.3 you should use getChatMemberCount instead, which returns a GetChatMemberCountResponse object
-
Methods Method Description com.pengrad.telegrambot.model.ChatMember.canManageVoiceChats() Use canManageVideoChats() insteadcom.pengrad.telegrambot.model.StickerSet.containsMasks() Use type() and check if it equals to Type.maskcom.pengrad.telegrambot.request.CreateNewStickerSet.containsMasks(boolean) Use stickerType(Type.mask) insteadcom.pengrad.telegrambot.request.PromoteChatMember.canManageVoiceChats(boolean) Use canManageVideoChats(boolean canManageVideoChats) instead
-
Constructors Constructor Description com.pengrad.telegrambot.request.AddStickerToSet(Long, String, Object, String) com.pengrad.telegrambot.request.CloseForumTopic(Integer, Integer) use constructor with Long for future compatibilitycom.pengrad.telegrambot.request.CreateForumTopic(Integer, String) use constructor with Long for future compatibilitycom.pengrad.telegrambot.request.CreateNewStickerSet(Long, String, String, Object, String) com.pengrad.telegrambot.request.DeleteForumTopic(Integer, Integer) use constructor with Long for future compatibilitycom.pengrad.telegrambot.request.EditForumTopic(Integer, Integer) use constructor with Long for future compatibilitycom.pengrad.telegrambot.request.ReopenForumTopic(Integer, Integer) use constructor with Long for future compatibilitycom.pengrad.telegrambot.request.UnpinAllForumTopicMessages(Integer, Integer) use constructor with Long for future compatibility