get

abstract suspend fun get(roomId: RoomId, type: String): List<RoomStickyEvent>
abstract suspend fun get(roomId: RoomId, type: String, sender: UserId, stickyKey: String): RoomStickyEvent?