MM-62751: [Shared Channels] Allow remote users to be discoverable in the create DM/GM modal (#30918)

Этот коммит содержится в:
catalintomai
2025-06-13 16:51:12 +02:00
коммит произвёл GitHub
родитель 476b46d1d7
Коммит c46ed6c681
24 изменённых файлов: 2133 добавлений и 38 удалений

Просмотреть файл

@@ -40,6 +40,8 @@ type UserGetOptions struct {
Page int
// Page size
PerPage int
// Filters the users that have been updated after the given time
UpdatedAfter int64
}
type UserGetByIdsOptions struct {