mirror of
				https://github.com/InsanusMokrassar/TelegramBotApiLibraries.git
				synced 2025-11-04 06:00:24 +00:00 
			
		
		
		
	remove tryGetChatAdmins
This commit is contained in:
		@@ -54,9 +54,6 @@ class DefaultAdminsCacheAPIRepoImpl(
 | 
			
		||||
        actor.trySend(GetChatAdminsRepoAction(chatId, it))
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    override suspend fun tryGetChatAdmins(chatId: ChatId): List<AdministratorChatMember>? {
 | 
			
		||||
        TODO("Not yet implemented")
 | 
			
		||||
    }
 | 
			
		||||
    override suspend fun setChatAdmins(chatId: ChatId, chatMembers: List<AdministratorChatMember>) = suspendCoroutine<Unit> {
 | 
			
		||||
        actor.trySend(SetChatAdminsRepoAction(chatId, chatMembers, it))
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user