mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 22:44:03 +00:00
feat(member): improve assistant roster awareness
This commit is contained in:
@@ -206,6 +206,11 @@ export interface HouseholdConfigurationRepository {
|
||||
telegramUserId: string,
|
||||
locale: SupportedLocale
|
||||
): Promise<HouseholdMemberRecord | null>
|
||||
updateHouseholdMemberDisplayName(
|
||||
householdId: string,
|
||||
memberId: string,
|
||||
displayName: string
|
||||
): Promise<HouseholdMemberRecord | null>
|
||||
promoteHouseholdAdmin(
|
||||
householdId: string,
|
||||
memberId: string
|
||||
|
||||
Reference in New Issue
Block a user